all repos — nixfiles @ 1ad92306476e246d73117a73d50039b8dd303321

System and user configuration, managed by nix and home-manager

zsh: add alias to get to the repo quickly

Alan Pearce
commit

1ad92306476e246d73117a73d50039b8dd303321

parent

db728f16997c045162041920e359666dc413ea00

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M user/settings/zsh.nixuser/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)";