fish: fix ccat alias

This commit is contained in:
John Bowdre 2023-12-07 10:08:34 -06:00
parent 4e6a2a373d
commit 2474bdb45f

View file

@ -9,7 +9,7 @@ in
enable = true; enable = true;
shellAbbrs = rec { shellAbbrs = rec {
ccat = "egrep -v '^\s*(#|$)'"; ccat = "egrep -v '^\s*(#|\\$)'";
g = "git"; g = "git";
ga = "git add"; ga = "git add";
gc = "git commit"; # interactive commit gc = "git commit"; # interactive commit