Skip to content

Instantly share code, notes, and snippets.

@psynaptic
Created February 24, 2012 11:32
Show Gist options
  • Save psynaptic/1900338 to your computer and use it in GitHub Desktop.
Save psynaptic/1900338 to your computer and use it in GitHub Desktop.
# Import bash resource file.
if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment