diff --git a/home/features/cli/fish.nix b/home/features/cli/fish.nix index 8d001df..cf17647 100644 --- a/home/features/cli/fish.nix +++ b/home/features/cli/fish.nix @@ -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";