From 4ef561720036190a88e6ad8637db927976783402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Bystriansky?= Date: Sat, 9 Jan 2021 17:36:15 +0100 Subject: [PATCH] resh --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) 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)