Last active
February 9, 2016 11:38
-
-
Save icchy/b55c9b9237aa99d76f24 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$HOME/tools/... # path to bin |
This file contains hidden or 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
while read line | |
do | |
eval export PATH="$PATH:$line" | |
done < ~/.zshpath |
This file contains hidden or 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
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