Fixed shellInit

This commit is contained in:
2023-12-20 16:08:17 -04:00
parent 54bd141aec
commit fb322fcc52

View File

@@ -23,8 +23,5 @@
shellInit = lib.concatStringsSep "\n" [
"bind \b backward-kill-word"
];
interactiveShellInit = lib.concatStringsSep "\n" [
"neofetch"
];
};
}