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
commit

dc9c265bd66f57de42054c2df710b421e619e667

parent

d89461815a2ec85e2380f56598820b85aa440063

1 file changed, 1 insertion(+), 1 deletion(-)

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)";