Created
May 8, 2018 09:21
-
-
Save stackprogramer/538d773d4b6e17c796e3c870c6457a2b to your computer and use it in GitHub Desktop.
add new directory to path
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [ -d "$HOME/bin" ] ; then | |
PATH="$PATH:$HOME/bin" | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment