summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/git/config3
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