diff --git a/.bashrc b/.bashrc index 9592489..9d2ace3 100644 --- a/.bashrc +++ b/.bashrc @@ -150,3 +150,7 @@ fi export GOPATH=$HOME/go export EDITOR=/usr/bin/vim export VISUAL=$EDITOR + +[[ -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)