From 59d7bea98b73689fb0bb8d6730338ad0147ba119 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Sun, 27 Dec 2020 16:55:53 +0000 Subject: [PATCH] Case-insensitive completion in Bash --- roles/home-cli/files/shrc | 1 + 1 file changed, 1 insertion(+) 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\] "