Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save scriptonian/dc1b6f151234ee4b23b8154da1fd3aba to your computer and use it in GitHub Desktop.
Save scriptonian/dc1b6f151234ee4b23b8154da1fd3aba to your computer and use it in GitHub Desktop.
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