Order zsh abbreviations alphabetically

This commit is contained in:
Oliver Davies 2024-10-28 12:09:19 +00:00
parent 7aa65d419e
commit a7f2d90542

View file

@ -13,9 +13,9 @@ abbr vv="cat ~/Documents/videos.json"
abbr g="git"
abbr ga="git add"
abbr gb="git blame"
abbr gan="git add -N"
abbr gap="git add -p"
abbr gb="git blame"
abbr gc="git commit"
abbr gca="git commit --amend"
abbr gcan="git commit --amend --no-edit"