From 2dba4f4a77e863ed814b15dc04df9b40c858a8f2 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 7 Jun 2016 18:20:56 +0300 Subject: shopt -s nocaseglob --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 50c6132..824f744 100644 --- a/.bashrc +++ b/.bashrc @@ -41,7 +41,7 @@ shopt -s nullglob # set -o ignoreeof # # Use case-insensitive filename globbing -# shopt -s nocaseglob +shopt -s nocaseglob # # Make bash append rather than overwrite the history on disk # shopt -s histappend -- cgit v1.2.3