Commit 39e5f600 authored by Bruno Pinto's avatar Bruno Pinto

checking plugins paths before adding them to PATH

parent 3796f3b4
set PATH /usr/local/share/npm/bin $PATH if test -d /usr/local/share/npm/bin
set PATH /usr/local/share/npm/bin $PATH
end
set PATH /usr/local/share/python $PATH if test -d /usr/local/share/python
set PATH /usr/local/share/python $PATH
end
set PATH $HOME/.rbenv/bin $PATH if test -d $HOME/.rbenv/bin
set PATH $HOME/.rbenv/shims $PATH set PATH $HOME/.rbenv/bin $PATH
end
if test -d $HOME/.rbenv/shims
set PATH $HOME/.rbenv/shims $PATH
end
rbenv rehash >/dev/null ^&1 rbenv rehash >/dev/null ^&1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment