diff options
author | Alan Pearce | 2023-04-29 21:54:41 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-30 19:38:15 +0200 |
commit | 1ad92306476e246d73117a73d50039b8dd303321 (patch) | |
tree | d1ff0f3b350cc9bdd482132072923c4ef8505111 | |
parent | db728f16997c045162041920e359666dc413ea00 (diff) | |
download | nixfiles-1ad92306476e246d73117a73d50039b8dd303321.tar.lz nixfiles-1ad92306476e246d73117a73d50039b8dd303321.tar.zst nixfiles-1ad92306476e246d73117a73d50039b8dd303321.zip |
zsh: add alias to get to the repo quickly
-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)"; |