From 3ad38d7c95f1a20fc8dad0858c55d895ee392c11 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 25 May 2018 16:08:41 +1000 Subject: [PATCH] docs: update --- neofetch | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/neofetch b/neofetch index adcac6cc..5e645cf9 100755 --- a/neofetch +++ b/neofetch @@ -32,6 +32,8 @@ bash_version="${BASH_VERSION/.*}" sys_locale="${LANG:-C}" XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-${HOME}/.config}" PATH="/usr/xpg4/bin:/usr/sbin:/sbin:/usr/etc:/usr/libexec:${PATH}" +reset="\e[0m" +shopt -s nocasematch # Speed up script by not using unicode. LC_ALL=C @@ -40,9 +42,6 @@ LANG=C # Fix issues with gsettings. GIO_EXTRA_MODULES="/usr/lib/x86_64-linux-gnu/gio/modules/" -shopt -s nocasematch -reset="\e[0m" - # Neofetch default config. read -rd '' config <<'EOF' # See this wiki page for more info: