avoid hardcoding absolute path to this repo in nix
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M user/settings/shell.nix → user/settings/shell.nix
@@ -30,7 +30,7 @@ lla = "lal"; llr = "ll -t"; c = "lk"; - "c," = "cd $(ghq list -p nixfiles)"; + "c," = "cd ${toString ../..}"; cg = "cd $(git root)"; cdg = "cd $(git root)";