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 +