no more bash completion

master
Rachel Lambda Samuelsson 2023-12-14 15:44:54 +01:00
parent db0a6ca79d
commit adbd47160f
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ in
programs = {
bash = {
enable = true;
enableCompletion = true;
enableCompletion = false;
historyFile = "/dev/null";
sessionVariables = {
PS1 ="\\033[1m\\u\\033[0m@\\033[1m\\h\\033[0m: \\w\nλ ";