Fixed shellInit again

This commit is contained in:
2023-12-20 16:09:36 -04:00
parent fb322fcc52
commit 59c32fb9f9

View File

@@ -21,7 +21,7 @@
} }
]; ];
shellInit = lib.concatStringsSep "\n" [ shellInit = lib.concatStringsSep "\n" [
"bind \b backward-kill-word" "bind -k backspace 'do something'"
]; ];
}; };
} }