X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=bash_profile;h=955f6aace7abfd41ce907a9083104922bd3b188c;hb=6846f2faf8d4bc6ec17c6154402d1ba1265a2112;hp=5baa82823ea746802ddf945dabb681d4478b95d9;hpb=fe6153dad0d268e644acad6c1c8ce6c9abf87d7e;p=max%2Fdotfiles.git 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)"