diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix index 62f68e14..76c5621e 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -30,7 +30,7 @@ in llr = "ll -t"; c = "lk"; - "c," = "cd $(ghq list -p nixfiles)"; + "c," = "cd ${toString ../..}"; cg = "cd $(git root)"; cdg = "cd $(git root)"; |