]> CyberLeo.Net >> Repos - CDN/bash-config.git/blob - bash-config/bashrc.d/50-rbenv
Turn on history dupes removal
[CDN/bash-config.git] / bash-config / bashrc.d / 50-rbenv
1 if type rbenv >/dev/null 2>&1
2 then
3   eval "$(rbenv init -)"
4 fi