diff --git a/neofetch b/neofetch index fd26b6d4..bb73bc29 100755 --- a/neofetch +++ b/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 {{{