fish: Add abbr for git diff.

This commit is contained in:
raute 2023-11-30 20:37:24 +01:00
parent dd9e1ebdd9
commit 30e7da88f5
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ abbr -a -- docs ~/scripts/docs/doc.sh
abbr -a -- du 'du -hs'
abbr -a -- e eva
abbr -a -- f filemanager
abbr -a -- gd git diff
abbr -a -- gl 'git log'
abbr -a -- gp 'git pull'
abbr -a -- gs 'git status'