debloat
This commit is contained in:
parent
d975f43b3e
commit
cd78d9d00f
13 changed files with 18 additions and 145 deletions
|
@ -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
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue