~/.bash profile
Jump to navigation
Jump to search
- .bash_profile
- executed for login shells
- Default version for ACL users
- Written Aug/2002 --- jrogers
- Updated Aug/2004
- ECCS defaults moved to /usr/local/acl/profile Aug/2008 --- jrogers
- User specific environment and startup programs
- Directories to search for executables.
- Add more to end, separating with ":"
- This adds your bin directory, if you have one
if [ -d $HOME/bin ]; then
export PATH=$PATH:$HOME/bin
fi
- Your default editor
export EDITOR=emacs
- Your default printer
export PRINTER=lp1
export CVSROOt=":ext:cs.earlham.edu/clients/users/cvs" export CVSEDITOR=$EDITOR export CVS_RSH=`which ssh` export LD_LIBRARY_PATH=/clients/users/jbkorth07/lib:$LD_LIBRARY_PATH