docs: update

This commit is contained in:
Dylan Araps 2018-05-25 16:08:41 +10:00
parent 01ef60445e
commit 3ad38d7c95
1 changed files with 2 additions and 3 deletions

View File

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