]> CyberLeo.Net >> Repos - CDN/bash-config.git/blob - bash-config/bash_profile.d/10-local-bin
Current work
[CDN/bash-config.git] / bash-config / bash_profile.d / 10-local-bin
1 # Add ~/bin and ~/sbin to PATH
2
3 [ -d "${HOME}/sbin" ] && PATH="${HOME}/sbin:${PATH}"
4 [ -d "${HOME}/bin" ] && PATH="${HOME}/bin:${PATH}"