Štefan Bystriansky 5 years ago
parent 38ad30072b
commit 4ef5617200
No known key found for this signature in database
GPG Key ID: 5917ABF4BF8F3E8C
  1. 4
      .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)

Loading…
Cancel
Save