Update dotfiles/.bashrc

This commit is contained in:
Brian Zalewski 2022-10-28 08:25:23 +00:00
parent 7334496193
commit 27f8568f10

View file

@ -156,7 +156,7 @@ if [ "$0" = 'bash' ] || [ "$0" = '/bin/bash' ]; then
fi
# Prefer US English
export LC_ALL="en_US.UTF-8"
# export LC_ALL="en_US.UTF-8"
fi
### Miscellaneous