improvements
This commit is contained in:
parent
48dcdc5a44
commit
9dffcd14b7
32 changed files with 640 additions and 623 deletions
18
common/bash.nix
Normal file
18
common/bash.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
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'
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue