Commit c6c0b78d authored by Dylan Araps's avatar Dylan Araps

Unset extglob

parent d74ee36d
...@@ -455,8 +455,8 @@ config_file="${XDG_CONFIG_HOME:-${HOME}/.config}/neofetch/config" ...@@ -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 {{{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment