docs: update
This commit is contained in:
parent
01ef60445e
commit
3ad38d7c95
5
neofetch
5
neofetch
|
@ -32,6 +32,8 @@ bash_version="${BASH_VERSION/.*}"
|
||||||
sys_locale="${LANG:-C}"
|
sys_locale="${LANG:-C}"
|
||||||
XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-${HOME}/.config}"
|
XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-${HOME}/.config}"
|
||||||
PATH="/usr/xpg4/bin:/usr/sbin:/sbin:/usr/etc:/usr/libexec:${PATH}"
|
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.
|
# Speed up script by not using unicode.
|
||||||
LC_ALL=C
|
LC_ALL=C
|
||||||
|
@ -40,9 +42,6 @@ LANG=C
|
||||||
# Fix issues with gsettings.
|
# Fix issues with gsettings.
|
||||||
GIO_EXTRA_MODULES="/usr/lib/x86_64-linux-gnu/gio/modules/"
|
GIO_EXTRA_MODULES="/usr/lib/x86_64-linux-gnu/gio/modules/"
|
||||||
|
|
||||||
shopt -s nocasematch
|
|
||||||
reset="\e[0m"
|
|
||||||
|
|
||||||
# Neofetch default config.
|
# Neofetch default config.
|
||||||
read -rd '' config <<'EOF'
|
read -rd '' config <<'EOF'
|
||||||
# See this wiki page for more info:
|
# See this wiki page for more info:
|
||||||
|
|
Reference in New Issue