Commit d0d6d208 authored by Crestwave's avatar Crestwave

neofetch: clean up

parent b441c57a
...@@ -34,6 +34,7 @@ version=7.0.0 ...@@ -34,6 +34,7 @@ version=7.0.0
# but do not set the 'BASH_' shell variables (osh). # but do not set the 'BASH_' shell variables (osh).
bash_version=${BASH_VERSINFO[0]:-5} bash_version=${BASH_VERSINFO[0]:-5}
shopt -s eval_unsafe_arith &>/dev/null shopt -s eval_unsafe_arith &>/dev/null
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=$PATH:/usr/xpg4/bin:/usr/sbin:/sbin:/usr/etc:/usr/libexec PATH=$PATH:/usr/xpg4/bin:/usr/sbin:/sbin:/usr/etc:/usr/libexec
...@@ -1589,6 +1590,7 @@ get_shell() { ...@@ -1589,6 +1590,7 @@ get_shell() {
bash) bash)
[[ $BASH_VERSION ]] || [[ $BASH_VERSION ]] ||
BASH_VERSION=$("$SHELL" -c "printf %s \"\$BASH_VERSION\"") BASH_VERSION=$("$SHELL" -c "printf %s \"\$BASH_VERSION\"")
shell+=${BASH_VERSION/-*} shell+=${BASH_VERSION/-*}
;; ;;
......
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