diff --git a/.bashrc b/.bashrc index edbeee9..cb7f7d5 100644 --- a/.bashrc +++ b/.bashrc @@ -3,9 +3,10 @@ blesh=true 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 bleopt history_expand_on_space=1 + # Make Tab expand history references (!!, !$, etc.) ble-bind -f 'TAB' 'complete/expand-history' fi