diff --git a/bash/bash_profile b/bash/bash_profile index fc6b398..d4846d0 100644 --- a/bash/bash_profile +++ b/bash/bash_profile @@ -1,7 +1,7 @@ export EDITOR='vi' export WORKON_HOME=$HOME/.virtualenvs export LC_CTYPE="en_US.UTF-8" -export LANG="en_US" +export LANG="en_US.UTF-8" alias tmux='tmux -u' alias t='tmux.py'