From ceb76d13bc5b1e3427cb1c4bf3f6c8cd085d3af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Bystriansky?= Date: Thu, 23 Mar 2023 20:41:55 +0100 Subject: [PATCH] cle --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bashrc b/.bashrc index 00a43b6..bed8521 100644 --- a/.bashrc +++ b/.bashrc @@ -174,3 +174,7 @@ export LC_ALL="sk_SK.UTF8" [[ -f ~/.resh/shellrc ]] && source ~/.resh/shellrc # this line was added by RESH (Rich Enchanced Shell History) [[ -f ~/.bash-preexec.sh ]] && source ~/.bash-preexec.sh # this line was added by RESH (Rich Enchanced Shell History) + +# Command Live Environment +[ -f /home/stevo/.cle-stevo/rc ] && . /home/stevo/.cle-stevo/rc +