remove git push abbr

This commit is contained in:
John Bowdre 2023-08-21 08:58:56 -05:00
parent 73283cb75b
commit 54d92d9c14

View file

@ -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";