fixed config.fish

This commit is contained in:
Luddifee 2021-07-27 18:20:24 +02:00
parent 08be905f75
commit 70cfb31cad
No known key found for this signature in database
GPG Key ID: 21AC8D2CC02D7CCC

View File

@ -23,7 +23,7 @@ alias pacman="sudo pacman --color=auto"
alias emacs="emacs -nw"
function gc
git add -a
git add -A
git commit -S -m $argv
end