Main Page/Stuff/redhat installation/bashrc

From phurvitz
< Main Page‎ | Stuff‎ | redhat installation
Revision as of 19:58, 22 February 2011 by Phil Hurvitz (talk | contribs) (New page: # .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 # ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  1. .bashrc
  1. User specific aliases and functions
  1. Source global definitions

if [ -f /etc/bashrc ]; then

   . /etc/bashrc

fi

  1. make the new calendar
  2. if [ -f ~/bin/yearcal.pl ]; then
  3. ~/bin/yearcal.pl noforce &
  4. fi
  1. today's date

date +%Y%m%d > ~/todays_date


  1. DISPLAY=localhost:10.0
  2. 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