Created
June 4, 2013 11:00
-
-
Save necrophcodr/5705146 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
# Create a new file called $HOME/.path with the following content, uncommented: | |
# path=( | |
# # insert any paths here, newline-seperated. Paths can contain variables too. | |
# $path | |
# ) | |
source $HOME/.path | |
# Note that this only works with ZSH. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment