diff --git a/.bashrc b/.bashrc index d7da239..02635f3 100644 --- a/.bashrc +++ b/.bashrc @@ -162,6 +162,8 @@ fi export GOPATH=$HOME/go export EDITOR=/usr/bin/vim export VISUAL=$EDITOR +export LC_TIME="sk_SK.UTF8" +export LC_ALL="sk_SK.UTF8" [[ -f ~/.resh/shellrc ]] && source ~/.resh/shellrc # this line was added by RESH (Rich Enchanced Shell History)