Main Page/Stuff/redhat installation/bashrc
From phurvitz
< Main Page | Stuff | redhat installation
Revision as of 22:18, 24 February 2011 by Phil Hurvitz (talk | contribs)
# .bashrc # User specific aliases and functions # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi # make the new calendar #if [ -f ~/bin/yearcal.pl ]; then # ~/bin/yearcal.pl noforce & #fi # today's date date +%Y%m%d > ~/todays_date #DISPLAY=localhost:10.0 #export DISPLAY LD_LIBRARY_PATH=/usr/local/sde/sdeexe93/lib:$LD_LIBRARY_PATH:/usr/local/lib/postgresql export LD_LIBRARY_PATH SDEHOME=/usr/local/sde/sdeexe93 export SDEHOME PATH=$SDEHOME/bin:$PATH:$HOME/bin export PATH