diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-07 18:20:56 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-07 18:20:56 +0300 |
commit | 2dba4f4a77e863ed814b15dc04df9b40c858a8f2 (patch) | |
tree | bd658b7c67795b84ca6c53b35844b48e6fe0113c | |
parent | backup_repo: refactoring (diff) | |
download | linux-home-2dba4f4a77e863ed814b15dc04df9b40c858a8f2.tar.gz linux-home-2dba4f4a77e863ed814b15dc04df9b40c858a8f2.zip |
shopt -s nocaseglob
Diffstat (limited to '')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |