all repos — nixfiles @ dc9c265bd66f57de42054c2df710b421e619e667

System and user configuration, managed by nix and home-manager

shell: fix c, going to nix store when evaluated as flake
Alan Pearce alan@alanpearce.eu
Fri, 31 May 2024 04:24:17 +0200
commit

dc9c265bd66f57de42054c2df710b421e619e667

parent

d89461815a2ec85e2380f56598820b85aa440063

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/settings/shell.nixuser/settings/shell.nix
@@ -30,7 +30,7 @@ lla = "lal";       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)";