fish: don't add -v to git commit alias

This commit is contained in:
lelgenio 2021-02-21 01:21:13 -03:00
parent ff4779dd08
commit 47d2c856d1
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ abbr -g g 'git'
abbr -g gs 'git status'
abbr -g gd 'git diff'
abbr -g gp 'git pull; git push'
abbr -g gc 'git commit -v'
abbr -g gc 'git commit'
################################################################