summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.profile b/.profile
index f36a08f..31c65e9 100644
--- a/.profile
+++ b/.profile
@@ -3,6 +3,7 @@ if [ -d "$HOME/.local/bin" ] ; then
PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | paste -s -d ':' -)"
fi
+export LANG="en_US.UTF-8"
export SHELL="/bin/zsh"
export EDITOR="vim"