summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorAndrew Guschin <guschin.drew@gmail.com>2022-03-14 17:21:26 +0400
committerAndrew Guschin <guschin.drew@gmail.com>2022-03-14 17:21:26 +0400
commit39c0c8b0b71faf31464f49b0cfcdc81886f3121a (patch)
treec7ea72b7576a9f11758d8e4475720c3c406f79c2 /.profile
parent97b7e5b9191ad507fdb071857c5d05accf407dda (diff)
Added LANG variable to .profile
- Fixed aligning in mpd.conf - Removed cowsay from .zshrc
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"