Difference between revisions of "Main Page/Stuff/redhat installation/bashrc"
From phurvitz
< Main Page | Stuff | redhat installation
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 # ...) |
Phil Hurvitz (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | <pre> | ||
# .bashrc | # .bashrc | ||
Line 26: | Line 27: | ||
PATH=$SDEHOME/bin:$PATH:$HOME/bin | PATH=$SDEHOME/bin:$PATH:$HOME/bin | ||
export PATH | export PATH | ||
+ | </pre> |
Latest revision as of 22:18, 24 February 2011
# .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