From bd64b1eb41ff626bc6f58108cf633fa0f9ae2472 Mon Sep 17 00:00:00 2001 From: xpetit Date: Mon, 1 Jul 2019 22:19:00 +0100 Subject: [PATCH] Update bash_tweaks.sh --- scripts/bash_tweaks.sh | 1 + 1 file changed, 1 insertion(+) 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