zsh: add alias to get to the repo quickly
Alan Pearce alan@alanpearce.eu
Sat, 29 Apr 2023 21:54:41 +0200
1 files changed, 1 insertions(+), 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)";