From 4fafe2eb4685a72a39095479d7984c003b580d59 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 1 Apr 2026 07:31:47 +0200 Subject: git: Remove superfluous parenthesis --- .config/git/config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.config') 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 -- cgit v1.2.3