Update dotfiles/.bash_profile

This commit is contained in:
Brian Zalewski 2022-10-28 08:41:26 +00:00
parent 5a306f5953
commit 2c1e2a1da9

View file

@ -1,5 +1,9 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Prefer US English
export LANG="en_US"
export LC_ALL="en_US.UTF-8"
chmod +x ~/.local/bin/* chmod +x ~/.local/bin/*
if [ -e install-terminal-theme ]; then if [ -e install-terminal-theme ]; then