add ble.sh option for bash install
This commit is contained in:
parent
1c0ee94532
commit
f68a8e6d19
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,6 @@ in {
|
|||
|
||||
# Shell
|
||||
bash
|
||||
zsh
|
||||
fish
|
||||
shellcheck
|
||||
grc # colorise command outputs
|
||||
|
|
@ -329,6 +328,7 @@ in {
|
|||
# cause it isn't POSIX compliant, so instead Bash is my login and
|
||||
# will just exec fish (^-^)
|
||||
bash = {
|
||||
blesh.enable = false; # ble.sh replacement for GNU readline
|
||||
completion.enable = true;
|
||||
|
||||
interactiveShellInit = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue