neofetch: add comments
This commit is contained in:
parent
2943116dd5
commit
b441c57aea
1 changed files with 2 additions and 0 deletions
2
neofetch
2
neofetch
|
@ -30,6 +30,8 @@
|
|||
|
||||
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}
|
||||
shopt -s eval_unsafe_arith &>/dev/null
|
||||
sys_locale=${LANG:-C}
|
||||
|
|
Loading…
Reference in a new issue