Skip to content

Instantly share code, notes, and snippets.

@anselal
Created November 27, 2016 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anselal/5cc6f54521e25ac344c45c665e1d4a8f to your computer and use it in GitHub Desktop.
Save anselal/5cc6f54521e25ac344c45c665e1d4a8f to your computer and use it in GitHub Desktop.
# Add ever folder under $HOME/bin to PATH
PATH=$PATH$( find $HOME/bin/ -type d -printf ":%p" )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment