add git abbrs to fish config

This commit is contained in:
John Bowdre 2023-08-04 15:47:34 -05:00
parent 9c5312d0ce
commit 6ed0f8f76c

View file

@ -10,6 +10,10 @@ in
shellAbbrs = rec {
ccat = "egrep -v '^\s*(#|$)'";
ga = "git add";
gc = "git commit -m";
gp = "git push";
gs = "git status";
jqless = "jq -C | less -r";
k = mkIf hasKubectl "kubectl";
n = "nix";