Update file dot_bashrc

This commit is contained in:
Brian Zalewski 2023-01-05 09:43:42 +00:00
parent 531f2e6e49
commit 49c753dd0e

View file

@ -3,6 +3,7 @@
# Prefer US English
export LANG="en_US"
export LC_ALL="en_US"
# Detect support for advanced terminal features
if [ "$0" = 'bash' ] || [ "$0" = '/bin/bash' ]; then