From dee8f2be2c305e9549b42780c4ba9c56cbf7e9af Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 24 Oct 2019 16:48:49 +0200 Subject: zsh: add cg=cd-gitroot alias --- user/settings/zsh.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'user/settings') diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 7a032b37..81a91fc5 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -156,6 +156,7 @@ in lla="lal"; llr="ll -t"; + cg = "cd-gitroot"; cdg = "cd-gitroot"; https = "http --default-scheme https"; -- cgit 1.4.1