Last active
August 29, 2015 14:18
-
-
Save leobauza/9a396c6768349d0430a5 to your computer and use it in GitHub Desktop.
.bash_profile
This file contains hidden or 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
#copyright 2003, mike-devlin.com - sample .bash_profile edited for Oracle install | |
# .bash_profile | |
# Get the aliases and functions | |
if [ -f ~/.bashrc ]; then | |
. ~/.bashrc | |
fi | |
# User specific environment and startup programs | |
PATH=$PATH:$HOME/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment