absolute line numbers

This commit is contained in:
twoneis 2024-10-08 23:20:21 +02:00
parent 590d35f66e
commit 9efb215aa8
2 changed files with 0 additions and 2 deletions

View file

@ -92,7 +92,6 @@ in {
];
interactiveShellInit = concatMapStrings (x: "set --universal " + x + "\n") [
"pure_enable_nixdevshell true"
"pure_symbol_nixdevshell "
];
shellAbbrs = {
ga = "git add";