From 1ad92306476e246d73117a73d50039b8dd303321 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 29 Apr 2023 21:54:41 +0200 Subject: zsh: add alias to get to the repo quickly --- user/settings/zsh.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'user') diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 48620465..e9f1cdf8 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -103,6 +103,7 @@ in lla = "lal"; llr = "ll -t"; + "c," = "cd $(ghq list -p nixfiles)"; cg = "cd $(git root)"; cdg = "cd $(git root)"; -- cgit 1.4.1