aboutsummaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorMatt Singleton <matt@datadoghq.com>2011-12-19 10:50:12 -0500
committerMatt Singleton <matt@datadoghq.com>2011-12-19 10:50:12 -0500
commit22e1105f2bf5bcac6b62c3f098c70b9d9a677545 (patch)
treee1019f23e8307982b4db97e36dfcbf667f2035b3 /zshrc
parentc8ba9b8fbb15bd37789fc9e3b7dfe5511816247b (diff)
housekeeping
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index c715183..15cb1c7 100644
--- a/zshrc
+++ b/zshrc
@@ -1,6 +1,7 @@
for config_file (~/.zsh/*.zsh) source $config_file
export EDITOR=vim
+export LANG=en_US.UTF-8
if [ -e $HOME/.zshrc-local ]; then
source $HOME/.zshrc-local