From: Maximilian Friedersdorff Date: Wed, 3 Feb 2016 15:10:15 +0000 (+0000) Subject: Add locally installed gems to path X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=6846f2faf8d4bc6ec17c6154402d1ba1265a2112;hp=fe6153dad0d268e644acad6c1c8ce6c9abf87d7e;p=max%2Fdotfiles.git Add locally installed gems to path --- diff --git a/bash_profile b/bash_profile index 5baa828..955f6aa 100644 --- a/bash_profile +++ b/bash_profile @@ -1,8 +1,7 @@ export NPM_PACKAGES="$HOME/.npm-packages" export EDITOR="/usr/bin/vim" export PAGER="/usr/bin/less" -export PATH="/home/max/bin:$NPM_PACKAGES/bin:${PATH}" -export PATH="$PATH:/home/max/bin:$NPM_PACKAGES/bin:$HOME/.rvm/bin" +export PATH="/home/max/bin:$NPM_PACKAGES/bin:$HOME/.gem/ruby/2.1.0/bin/:$HOME/.rvm/bin:${PATH}" [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" unset MANPATH MANPATH="$NPM_PACKAGES/share/man:$(manpath)"