all repos — nixfiles @ dee8f2be2c305e9549b42780c4ba9c56cbf7e9af

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

zsh: add cg=cd-gitroot alias

Alan Pearce
commit

dee8f2be2c305e9549b42780c4ba9c56cbf7e9af

parent

4c8a1ba2141f0e22ad4d294b9058869628ff4fc1

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

jump to
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -156,6 +156,7 @@ lal="ll -A";
lla="lal"; llr="ll -t"; + cg = "cd-gitroot"; cdg = "cd-gitroot"; https = "http --default-scheme https";