summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2023-04-29 21:54:41 +0200
committerAlan Pearce2023-04-30 19:38:15 +0200
commit1ad92306476e246d73117a73d50039b8dd303321 (patch)
treed1ff0f3b350cc9bdd482132072923c4ef8505111 /user
parentdb728f16997c045162041920e359666dc413ea00 (diff)
downloadnixfiles-1ad92306476e246d73117a73d50039b8dd303321.tar.lz
nixfiles-1ad92306476e246d73117a73d50039b8dd303321.tar.zst
nixfiles-1ad92306476e246d73117a73d50039b8dd303321.zip
zsh: add alias to get to the repo quickly
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 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)";