diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-04-01 07:31:47 +0200 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-04-01 07:31:47 +0200 |
| commit | 4fafe2eb4685a72a39095479d7984c003b580d59 (patch) | |
| tree | 501b07310474f55cb0dd3acf27bd93b032447824 /.config | |
| parent | 3beb55cb83b9caa286ddde2f635625965aca3fc6 (diff) | |
git: Remove superfluous parenthesis
Diffstat (limited to '.config')
| -rw-r--r-- | .config/git/config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/git/config b/.config/git/config index 90734fc..f168018 100644 --- a/.config/git/config +++ b/.config/git/config @@ -4,7 +4,6 @@ signingKey = /home/thomas/.ssh/id_ed25519.pub [core] - editor = nvim quotepath = off [init] @@ -28,7 +27,7 @@ l = log ls = ls-files m = merge - pa = "!f() { git remote | xargs -I% -n1 git push \"%\" \"$@\"; }; f \"$@\"" + pa = "!f() { git remote | xargs -I% -n1 git push % \"$@\"; }; f \"$@\"" pl = pull ps = push rb = rebase |