all repos — nixfiles @ 9d4e8d66280f43d8830c19b9774e0dbf5cd3536f

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

shell: update c, alias to point to current repository

Alan Pearce
commit

9d4e8d66280f43d8830c19b9774e0dbf5cd3536f

parent

a144b145af5c8a609335d27a3f0d86261012459b

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

changed files
M user/settings/shell.nixuser/settings/shell.nix
@@ -27,7 +27,7 @@ lla = "lal";
llr = "ll -t"; c = "lk"; - "c," = "cd ${config.home.homeDirectory + "/projects/alanpearce.eu/nixfiles"}"; + "c," = "cd ${config.home.homeDirectory + "/projects/alin.ovh/nixfiles"}"; cg = "cd $(git root)"; cdg = "cd $(git root)";