diff --git a/roles/home-cli/files/shrc b/roles/home-cli/files/shrc index 40ff3d0..b880981 100644 --- a/roles/home-cli/files/shrc +++ b/roles/home-cli/files/shrc @@ -104,6 +104,7 @@ if [ "$BASH" ]; then bind '"\e[1;5D": backward-word' bind '"\e[A": history-search-backward' bind '"\e[B": history-search-forward' + bind 'set completion-ignore-case on' if test $(id -u) -eq 0; then export PS1="\[\033[01;32m\]\h\[\033[01;31m\]\#\[\033[00m\] "