Unset extglob
This commit is contained in:
parent
d74ee36d8c
commit
c6c0b78d04
4
neofetch
4
neofetch
|
@ -455,8 +455,8 @@ config_file="${XDG_CONFIG_HOME:-${HOME}/.config}/neofetch/config"
|
||||||
# Gather Info {{{
|
# Gather Info {{{
|
||||||
|
|
||||||
|
|
||||||
# Set no case match and extended globbing.
|
# Set no case match.
|
||||||
shopt -s nocasematch extglob
|
shopt -s nocasematch
|
||||||
|
|
||||||
|
|
||||||
# Operating System {{{
|
# Operating System {{{
|
||||||
|
|
Reference in New Issue