From c6c0b78d049c4e291ae1d5a155b5f32df6007f4a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 13 Jun 2016 16:14:03 +1000 Subject: [PATCH] Unset extglob --- neofetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {{{