From dc9c265bd66f57de42054c2df710b421e619e667 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 31 May 2024 04:24:17 +0200 Subject: shell: fix c, going to nix store when evaluated as flake --- user/settings/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/settings/shell.nix b/user/settings/shell.nix index 76c5621e..6e4745a7 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -30,7 +30,7 @@ in llr = "ll -t"; c = "lk"; - "c," = "cd ${toString ../..}"; + "c," = "cd ${config.home.homeDirectory + "/projects/alanpearce.eu/nixfiles"}"; cg = "cd $(git root)"; cdg = "cd $(git root)"; -- cgit 1.4.1