[pathmunge] remove duplicate entry into PATH variable on reload command

This commit is contained in:
Ivan Povalyukhin
2015-06-07 20:08:39 -07:00
parent 959acc94ae
commit dabf0e8c42
6 changed files with 9 additions and 6 deletions

View File

@@ -3,7 +3,8 @@
cite about-plugin
about-plugin 'load rbenv, if you are using it'
export PATH="$HOME/.rbenv/bin:$PATH"
pathmunge "${HOME}/.rbenv/bin"
[[ `which rbenv` ]] && eval "$(rbenv init -)"
# Load the auto-completion script if rbenv was loaded.