# .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/bin:/usr/lib/oracle/11.2/client64/bin LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client64/lib:\$LD_LIBRARY_PATH export PATH export LD_LIBRARY_PATH