Skip to content

Instantly share code, notes, and snippets.

@simbaforrest
Last active January 17, 2018 02:05
Show Gist options
  • Save simbaforrest/dd9338861dac408649b7a92505ad1026 to your computer and use it in GitHub Desktop.
Save simbaforrest/dd9338861dac408649b7a92505ad1026 to your computer and use it in GitHub Desktop.
DEFAULT_PATH=$PATH
export DEFAULT_PATH
echo DEFAULT_PATH=$DEFAULT_PATH
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
echo !!!welcome simbaforrest!!!
fi
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment