diff options
author | Anthony Wang | 2022-01-21 19:53:46 -0600 |
---|---|---|
committer | Anthony Wang | 2022-01-21 19:53:46 -0600 |
commit | c7e45f6114232d8f04375806477eea75fe55d473 (patch) | |
tree | c4654a513fa88f1cf7aeae0c66a928700abda17a | |
parent | 873f9658dc4f394304f34ef516068816b1ef361b (diff) |
Add fish abbrs for paru and git diff
-rw-r--r-- | .config/fish/fish_variables | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index ca4c6b7..6bd20a3 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -6,9 +6,11 @@ SETUVAR __fish_initialized:3100 SETUVAR _fish_abbr_g:git SETUVAR _fish_abbr_ga:git\x20add SETUVAR _fish_abbr_gc:git\x20commit +SETUVAR _fish_abbr_gd:git\x20diff SETUVAR _fish_abbr_gl:git\x20pull SETUVAR _fish_abbr_gp:git\x20push SETUVAR _fish_abbr_l:la +SETUVAR _fish_abbr_p:paru SETUVAR _fish_abbr_v:vim SETUVAR fish_color_autosuggestion:555\x1ebrblack SETUVAR fish_color_cancel:\x2dr |