diff options
author | Anthony Wang | 2022-01-27 14:25:20 -0600 |
---|---|---|
committer | Anthony Wang | 2022-01-27 14:25:20 -0600 |
commit | ea7f2f66b7ec2e5cb983ea9ab53a72f00db02c30 (patch) | |
tree | fa827de3fd77dda84d7f5a5ce89064b331f119ee | |
parent | b019ec58b628c8b55903eeaf6294189dd68eebc8 (diff) |
Add more fish abbrs
-rw-r--r-- | .config/fish/fish_variables | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index 7f2f87c..cf4e84c 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -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_cl:git\x20clone SETUVAR _fish_abbr_d:git\x20diff SETUVAR _fish_abbr_g:git SETUVAR _fish_abbr_l:la |