From 39c0c8b0b71faf31464f49b0cfcdc81886f3121a Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Mon, 14 Mar 2022 17:21:26 +0400 Subject: Added LANG variable to .profile - Fixed aligning in mpd.conf - Removed cowsay from .zshrc --- .profile | 1 + 1 file changed, 1 insertion(+) (limited to '.profile') 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" -- cgit v1.2.3