diff --git a/home/features/cli/fish.nix b/home/features/cli/fish.nix index cb4c52d..ee5c3e8 100644 --- a/home/features/cli/fish.nix +++ b/home/features/cli/fish.nix @@ -14,7 +14,6 @@ in gc = "git commit"; # interactive commit gg = "git graph"; gcm = "git commit -m"; # quick commit - gp = "git push"; gs = "git status"; jqless = "jq -C | less -r"; k = mkIf hasKubectl "kubectl";