diff --git a/debian/home/.bashrc b/debian/home/.bashrc index 7043edd..086cb00 100644 --- a/debian/home/.bashrc +++ b/debian/home/.bashrc @@ -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