Set locale

This commit is contained in:
swagg boi 2025-03-27 00:46:51 -04:00
parent 408dbf204d
commit cda4926a23

View File

@ -43,3 +43,6 @@ if [ -r $HOME/.${SHELL}rc ]; then
elif [ `basename $SHELL` = 'bash' ] && [ -r $HOME/.bashrc ]; then
. $HOME/.bashrc
fi
# Set locale
export LANG="en_US.UTF-8"