summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rwxr-xr-xzshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 35fd036..3d57bcf 100755
--- a/zshrc
+++ b/zshrc
@@ -24,6 +24,8 @@ if ! zgen saved; then
zgen save
fi
+LANG=en_US.UTF-8
+
if (( $+commands[ack-grep] )) ; then
alias ack=ack-grep
fi