shell: fix c, going to nix store when evaluated as flake
Alan Pearce alan@alanpearce.eu
Fri, 31 May 2024 04:24:17 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
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)";