diff --git a/home/features/cli/fish.nix b/home/features/cli/fish.nix index b0a1104..cb4c52d 100644 --- a/home/features/cli/fish.nix +++ b/home/features/cli/fish.nix @@ -12,6 +12,7 @@ in ccat = "egrep -v '^\s*(#|$)'"; ga = "git add"; gc = "git commit"; # interactive commit + gg = "git graph"; gcm = "git commit -m"; # quick commit gp = "git push"; gs = "git status";