neofetch: add comments
This commit is contained in:
parent
2943116dd5
commit
b441c57aea
2
neofetch
2
neofetch
|
@ -30,6 +30,8 @@
|
||||||
|
|
||||||
version=7.0.0
|
version=7.0.0
|
||||||
|
|
||||||
|
# Fallback to a value of '5' for shells which support bash
|
||||||
|
# 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}
|
||||||
|
|
Reference in New Issue