'gc' and 'gcm' fish abbrs

This commit is contained in:
John Bowdre 2023-08-08 09:35:27 -05:00
parent 1b517816df
commit c63552932c

View file

@ -11,7 +11,8 @@ in
shellAbbrs = rec { shellAbbrs = rec {
ccat = "egrep -v '^\s*(#|$)'"; ccat = "egrep -v '^\s*(#|$)'";
ga = "git add"; ga = "git add";
gc = "git commit -m"; gc = "git commit"; # interactive commit
gcm = "git commit -m"; # quick commit
gp = "git push"; gp = "git push";
gs = "git status"; gs = "git status";
jqless = "jq -C | less -r"; jqless = "jq -C | less -r";