Update .bashrc
This commit is contained in:
parent
50f8cfa3fb
commit
b18a36b3de
1 changed files with 2 additions and 0 deletions
2
debian/home/.bashrc
vendored
2
debian/home/.bashrc
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue