diff options
author | Ben Burwell <ben@benburwell.com> | 2019-12-12 16:30:29 -0500 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2019-12-12 16:30:29 -0500 |
commit | 30cadda4c267db9e232a2ce47d78a0032f389b50 (patch) | |
tree | 5c219b0415426a98ddd056bbdcb1a1ab304f6c6f | |
parent | 6ab17378613000c427445f04f881d6320cd4c465 (diff) |
env: add LANG
-rw-r--r-- | templates/.zsh/env.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/.zsh/env.zsh b/templates/.zsh/env.zsh index 7af9059..a7d1c3e 100644 --- a/templates/.zsh/env.zsh +++ b/templates/.zsh/env.zsh @@ -14,3 +14,4 @@ export CDPATH=$HOME/c:$HOME export SSLKEYLOGFILE="$HOME/.mitmproxy/sslkeylogfile.txt" export BAT_PAGER="less -rf" export CONF_SOURCE="$HOME/c/dotfiles" +export LANG=en_US.UTF-8 |