zsh: add cg=cd-gitroot alias
1 file changed, 1 insertion(+), 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";