diff --git a/home/features/cli/fish.nix b/home/features/cli/fish.nix index cf17647..b0a1104 100644 --- a/home/features/cli/fish.nix +++ b/home/features/cli/fish.nix @@ -11,7 +11,8 @@ in shellAbbrs = rec { ccat = "egrep -v '^\s*(#|$)'"; ga = "git add"; - gc = "git commit -m"; + gc = "git commit"; # interactive commit + gcm = "git commit -m"; # quick commit gp = "git push"; gs = "git status"; jqless = "jq -C | less -r";