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