diff options
Diffstat (limited to 'user/settings')
-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 48620465..e9f1cdf8 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -103,6 +103,7 @@ in lla = "lal"; llr = "ll -t"; + "c," = "cd $(ghq list -p nixfiles)"; cg = "cd $(git root)"; cdg = "cd $(git root)"; |