Skip to content

Instantly share code, notes, and snippets.

@stackprogramer
Created May 8, 2018 09:21
Show Gist options
  • Save stackprogramer/538d773d4b6e17c796e3c870c6457a2b to your computer and use it in GitHub Desktop.
Save stackprogramer/538d773d4b6e17c796e3c870c6457a2b to your computer and use it in GitHub Desktop.
add new directory to path
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