all repos — nixfiles @ dee8f2be2c305e9549b42780c4ba9c56cbf7e9af

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

zsh: add cg=cd-gitroot alias
Alan Pearce alan@alanpearce.eu
Thu, 24 Oct 2019 16:48:49 +0200
commit

dee8f2be2c305e9549b42780c4ba9c56cbf7e9af

parent

4c8a1ba2141f0e22ad4d294b9058869628ff4fc1

1 files changed, 1 insertions(+), 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";