Skip to content

Instantly share code, notes, and snippets.

@RobRuana
Created February 10, 2015 08:06
Show Gist options
  • Save RobRuana/85caca3211f49e8b88d0 to your computer and use it in GitHub Desktop.
Save RobRuana/85caca3211f49e8b88d0 to your computer and use it in GitHub Desktop.
Basic .bash_profile that relies on .bashrc for customization
#--------------------------------------------------------
# ~/.bash_profile - executed by bash for login shells
#--------------------------------------------------------
# Include .bashrc if it exists
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment