From c7e45f6114232d8f04375806477eea75fe55d473 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Fri, 21 Jan 2022 19:53:46 -0600 Subject: [PATCH] Add fish abbrs for paru and git diff --- .config/fish/fish_variables | 2 ++ 1 file changed, 2 insertions(+) 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