work on install method

main
czoczo 9 months ago
parent b664309509
commit 00f609ce29
  1. 2
      getbb.sh

@ -8,7 +8,7 @@ get_file() {
}
handle_inputrc() {
[ -f ~/.inputrc ] && touch ~/.inputrc
[ ! -f ~/.inputrc ] && touch ~/.inputrc
grep -q "BetterBash" ~/.inputrc || get_file /.inputrc >> ~/.inputrc && \
bind -f ~/.inputrc
}

Loading…
Cancel
Save