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
|
# Shell
|
||||||
bash
|
bash
|
||||||
zsh
|
|
||||||
fish
|
fish
|
||||||
shellcheck
|
shellcheck
|
||||||
grc # colorise command outputs
|
grc # colorise command outputs
|
||||||
|
|
@ -329,6 +328,7 @@ in {
|
||||||
# cause it isn't POSIX compliant, so instead Bash is my login and
|
# cause it isn't POSIX compliant, so instead Bash is my login and
|
||||||
# will just exec fish (^-^)
|
# will just exec fish (^-^)
|
||||||
bash = {
|
bash = {
|
||||||
|
blesh.enable = false; # ble.sh replacement for GNU readline
|
||||||
completion.enable = true;
|
completion.enable = true;
|
||||||
|
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue