1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2024-04-21 17:49:50 +02:00
parent d975f43b3e
commit cd78d9d00f
13 changed files with 18 additions and 145 deletions

View file

@ -1,18 +1,5 @@
{
programs = {
command-not-found.enable = false;
bash = {
blesh.enable = true;
interactiveShellInit = ''
shopt -s globstar
shopt -s nullglob
shopt -s extglob
shopt -s checkwinsize
bind 'set show-mode-in-prompt off'
'';
};
};
programs.bash. interactiveShellInit = ''
shopt -s autocd globstar failglob extglob checkwinsize
'';
}