zsh: add cg=cd-gitroot alias
Alan Pearce alan@alanpearce.eu
Thu, 24 Oct 2019 16:48:49 +0200
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M user/settings/zsh.nix → user/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";