diff --git a/scripts/bash_tweaks.sh b/scripts/bash_tweaks.sh index 88ec69e12..fe1776d3f 100755 --- a/scripts/bash_tweaks.sh +++ b/scripts/bash_tweaks.sh @@ -9,6 +9,7 @@ cd $SCRIPT_DIR # Makes bash case-insensitive cat <> /etc/inputrc set completion-ignore-case On +set show-all-if-ambiguous on EOF # Enhance Linux prompt