Update .bashrc

main
Rawley 2 years ago committed by GitHub
parent 50f8cfa3fb
commit b18a36b3de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,9 +8,11 @@ alias vi='nvim'
GOPATH="$HOME/.go"
GEM_HOME="$HOME/.gems"
GEM_PATH="$HOME/.gems"
export GOPATH
export GEM_HOME
export GEM_PATH
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
[ -f /etc/profile.d/rvm.sh ] && source /etc/profile.d/rvm.sh

Loading…
Cancel
Save