Enable extglob in bash

This commit is contained in:
dbo 2018-07-15 10:41:58 +02:00
parent cbc9ea92c0
commit e6125a72e8
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 3 additions and 0 deletions

3
bashrc
View File

@ -19,6 +19,9 @@ shopt -s lithist
# No clobbering
shopt -o -s noclobber
# Extended globbing
shopt -s extglob
# Check the window size after each command and, if necessary,
# Update the values of LINES and COLUMNS.
shopt -s checkwinsize