Fixed multiple blesh paths
This commit is contained in:
parent
20bbd3349c
commit
963fcf8ab6
1 changed files with 2 additions and 1 deletions
3
.bashrc
3
.bashrc
|
@ -3,9 +3,10 @@
|
||||||
blesh=true
|
blesh=true
|
||||||
|
|
||||||
if $blesh; then
|
if $blesh; then
|
||||||
[[ $- == *i* ]] && source /usr/share/blesh/ble.sh --noattach
|
[[ $- == *i* ]] && { source /usr/share/blesh/ble.sh --noattach || source "$HOME/.local/share/blesh/ble.sh" --noattach; }
|
||||||
# Enable history expansion (!!, !$, etc.) in ble.sh
|
# Enable history expansion (!!, !$, etc.) in ble.sh
|
||||||
bleopt history_expand_on_space=1
|
bleopt history_expand_on_space=1
|
||||||
|
|
||||||
# Make Tab expand history references (!!, !$, etc.)
|
# Make Tab expand history references (!!, !$, etc.)
|
||||||
ble-bind -f 'TAB' 'complete/expand-history'
|
ble-bind -f 'TAB' 'complete/expand-history'
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue