Fixes #204
This commit is contained in:
parent
0239dac608
commit
292ba8fc52
2
neofetch
2
neofetch
|
@ -23,7 +23,7 @@
|
||||||
# https://github.com/dylanaraps/
|
# https://github.com/dylanaraps/
|
||||||
|
|
||||||
version=${BASH_VERSION/.*}
|
version=${BASH_VERSION/.*}
|
||||||
SYS_LOCALE="$LANG"
|
SYS_LOCALE="${LANG:-C}"
|
||||||
|
|
||||||
# Speed up script by not using unicode
|
# Speed up script by not using unicode
|
||||||
export LC_ALL=C
|
export LC_ALL=C
|
||||||
|
|
Loading…
Reference in New Issue