diff options
-rw-r--r-- | user/settings/zsh.nix | 1 |
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"; |