From 2933c8af0df2c1452d26e996ddd460c665d63262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Bystriansky?= Date: Sat, 14 Jan 2023 21:21:11 +0100 Subject: [PATCH] sk --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) 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)