Unset extglob

This commit is contained in:
Dylan Araps 2016-06-13 16:14:03 +10:00
parent d74ee36d8c
commit c6c0b78d04
1 changed files with 2 additions and 2 deletions

View File

@ -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 {{{