shell: fix c, going to nix store when evaluated as flake
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M user/settings/shell.nix → user/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)";