From 54d92d9c147f6705cbc5595e43d10862101202ed Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 21 Aug 2023 08:58:56 -0500 Subject: [PATCH] remove git push abbr --- home/features/cli/fish.nix | 1 - 1 file changed, 1 deletion(-) 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";