diff options
author | Anthony Wang | 2023-11-05 21:22:33 -0500 |
---|---|---|
committer | Anthony Wang | 2023-11-05 21:22:33 -0500 |
commit | 016737ae063ee4a10498a466c5d5cca08017ac80 (patch) | |
tree | 2e558e02d3f948926fd000555c74b7fa83ecb7d7 | |
parent | 2c568ddb1040fa14e94925642e89db2babf947af (diff) |
Erase nvim and diff abbrs that I don't use, erase git checkout abbr because git checkout is stupid
-rw-r--r-- | fish/fish_variables | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fish/fish_variables b/fish/fish_variables index 7fcb5c4..a6a1801 100644 --- a/fish/fish_variables +++ b/fish/fish_variables @@ -5,13 +5,10 @@ SETUVAR --export --path GOPATH:/home/a/\x2elocal/share/go SETUVAR __fish_initialized:3400 SETUVAR _fish_abbr_a:git\x20add SETUVAR _fish_abbr_c:git\x20commit -SETUVAR _fish_abbr_ch:git\x20checkout SETUVAR _fish_abbr_cl:git\x20clone -SETUVAR _fish_abbr_d:diff SETUVAR _fish_abbr_g:git SETUVAR _fish_abbr_l:la SETUVAR _fish_abbr_m:micro -SETUVAR _fish_abbr_n:nvim SETUVAR _fish_abbr_p:git\x20push SETUVAR _fish_abbr_pl:git\x20pull SETUVAR _fish_abbr_st:git\x20status |