zsh: add alias to get to the repo quickly
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M user/settings/zsh.nix → user/settings/zsh.nix
@@ -103,6 +103,7 @@ lal = "ll -A"; lla = "lal"; llr = "ll -t"; + "c," = "cd $(ghq list -p nixfiles)"; cg = "cd $(git root)"; cdg = "cd $(git root)";