summary refs log tree commit diff stats
path: root/user/settings
diff options
context:
space:
mode:
authorAlan Pearce2019-10-24 16:48:49 +0200
committerAlan Pearce2019-10-24 16:48:49 +0200
commitdee8f2be2c305e9549b42780c4ba9c56cbf7e9af (patch)
tree487c8ac389e3bcd9ef92a5709e96ec13d513d2ef /user/settings
parent4c8a1ba2141f0e22ad4d294b9058869628ff4fc1 (diff)
downloadnixfiles-dee8f2be2c305e9549b42780c4ba9c56cbf7e9af.tar.lz
nixfiles-dee8f2be2c305e9549b42780c4ba9c56cbf7e9af.tar.zst
nixfiles-dee8f2be2c305e9549b42780c4ba9c56cbf7e9af.zip
zsh: add cg=cd-gitroot alias
Diffstat (limited to 'user/settings')
-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";