]> CyberLeo.Net >> Repos - CDN/bash-config.git/blob - bash-config/bash_profile.d/50-rbenv
Turn on history dupes removal
[CDN/bash-config.git] / bash-config / bash_profile.d / 50-rbenv
1 _rbenv="${HOME}/.rbenv"
2 if [ -d "${_rbenv}" ]
3 then
4   export PATH="${_rbenv}/bin:${_rbenv}/shims:${PATH}"
5 fi
6 unset _rbenv