Add abbr for git diff

This commit is contained in:
Anthony Wang 2022-01-21 20:06:55 -06:00
parent fd5df2ec11
commit b019ec58b6
Signed by: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -6,6 +6,7 @@ SETUVAR __fish_initialized:3100
SETUVAR _fish_abbr_a:git\x20add
SETUVAR _fish_abbr_c:git\x20commit
SETUVAR _fish_abbr_ch:git\x20checkout
SETUVAR _fish_abbr_d:git\x20diff
SETUVAR _fish_abbr_g:git
SETUVAR _fish_abbr_l:la
SETUVAR _fish_abbr_p:git\x20push