Update .bashrc

This commit is contained in:
Rawley 2022-10-20 17:09:17 -06:00 committed by GitHub
parent 50f8cfa3fb
commit b18a36b3de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
debian/home/.bashrc vendored
View file

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