Skip to content

Instantly share code, notes, and snippets.

@leobauza
Last active August 29, 2015 14:18
Show Gist options
  • Save leobauza/9a396c6768349d0430a5 to your computer and use it in GitHub Desktop.
Save leobauza/9a396c6768349d0430a5 to your computer and use it in GitHub Desktop.
.bash_profile
#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