Skip to content

Instantly share code, notes, and snippets.

@icchy
Last active February 9, 2016 11:38
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 icchy/b55c9b9237aa99d76f24 to your computer and use it in GitHub Desktop.
Save icchy/b55c9b9237aa99d76f24 to your computer and use it in GitHub Desktop.
$HOME/tools/... # path to bin
while read line
do
eval export PATH="$PATH:$line"
done < ~/.zshpath
while read line
do
export PATH="$PATH:$line"
done < ~/.zshpath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment