diff --git a/home/features/cli/fish.nix b/home/features/cli/fish.nix index ee5c3e8..f2896fa 100644 --- a/home/features/cli/fish.nix +++ b/home/features/cli/fish.nix @@ -10,10 +10,11 @@ in shellAbbrs = rec { ccat = "egrep -v '^\s*(#|$)'"; + g = "git"; ga = "git add"; gc = "git commit"; # interactive commit - gg = "git graph"; gcm = "git commit -m"; # quick commit + gg = "git graph"; gs = "git status"; jqless = "jq -C | less -r"; k = mkIf hasKubectl "kubectl"; @@ -21,8 +22,8 @@ in sshpass = "ssh -o PubkeyAuthentication=no"; tf = "terraform"; tfyolo = "terraform apply -auto-approve"; - vi = "vim"; v = "vim"; + vi = "vim"; }; shellAliases = {