From 2d754e4f3ddd1955fc6f80dfc3cec79616b77c2d Mon Sep 17 00:00:00 2001 From: Bruno Miguel Silva Date: Thu, 9 Jan 2014 17:22:08 +0000 Subject: [PATCH] changed LANG env var --- bash/bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'