summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
Diffstat (limited to 'user')
-rw-r--r--user/settings/zsh.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix
index 7a032b37..81a91fc5 100644
--- a/user/settings/zsh.nix
+++ b/user/settings/zsh.nix
@@ -156,6 +156,7 @@ in
       lla="lal";
       llr="ll -t";
 
+      cg = "cd-gitroot";
       cdg = "cd-gitroot";
 
       https = "http --default-scheme https";