shell: update c, alias to point to current repository
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M user/settings/shell.nix → user/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)";