Skip to content

Commit

Permalink
Cleanup language exports
Browse files Browse the repository at this point in the history
  • Loading branch information
francois committed May 14, 2014
1 parent 87dd92f commit 642b345
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export PATH="/usr/bin:/bin:/usr/sbin:/sbin:$HOME/.cabal/bin:/usr/local/bin"
export MANPATH="/usr/local/man:$MANPATH"

# You may need to manually set your language environment
export LANG=en_US.UTF-8
export LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LANGUAGE=en_US

# Preferred editor for local and remote sessions
if [[ -n $SSH_CONNECTION ]]; then
Expand All @@ -81,5 +81,3 @@ fi

# ssh
export SSH_KEY_PATH="~/.ssh/id_rsa"

export LC_ALL=en_US.UTF-8 LANGUAGE=en_US LANG=en_US.UTF-8

0 comments on commit 642b345

Please sign in to comment.