Created
February 10, 2015 08:06
-
-
Save RobRuana/85caca3211f49e8b88d0 to your computer and use it in GitHub Desktop.
Basic .bash_profile that relies on .bashrc for customization
This file contains 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
#-------------------------------------------------------- | |
# ~/.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