Update dotfiles/.bash_profile
This commit is contained in:
parent
5a306f5953
commit
2c1e2a1da9
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue