aboutsummaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
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