Last active
December 13, 2016 13:13
-
-
Save scriptonian/dc1b6f151234ee4b23b8154da1fd3aba 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
This must be done in bash_profile | |
#if running bash | |
if [ -n "$BASH_VERSION" ]; then | |
# include .bashrc if it exits | |
if [ -f "$HOME/.bashrc" ]; then | |
. "$HOME/.bashrc" | |
fi | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment