Unset extglob
This commit is contained in:
parent
d74ee36d8c
commit
c6c0b78d04
1 changed files with 2 additions and 2 deletions
4
neofetch
4
neofetch
|
@ -455,8 +455,8 @@ config_file="${XDG_CONFIG_HOME:-${HOME}/.config}/neofetch/config"
|
|||
# Gather Info {{{
|
||||
|
||||
|
||||
# Set no case match and extended globbing.
|
||||
shopt -s nocasematch extglob
|
||||
# Set no case match.
|
||||
shopt -s nocasematch
|
||||
|
||||
|
||||
# Operating System {{{
|
||||
|
|
Loading…
Reference in a new issue