[Linux-Anyway] Re: Bash stuff

  • From: Meph Istopheles <meph@xxxxxxxxxxx>
  • To: Linux-Anyway@xxxxxxxxxxxxx
  • Date: Fri, 30 Aug 2002 16:14:33 -0700 (PDT)

  Raquel,

> For sure, check out /etc/bashrc

  Dunno.  All I have in there now is:

# .bashrc

# User specific aliases and functions
alias w3m='w3m file:///home/meph/.w3m/bookmark.html'
alias w3='/usr/local/bin/w3m 
file:///home/meph/.w3m/bookmark.html'
alias pico='pico -s ispell'
alias rm='rm -f'
alias mv='mv -f'
alias cp='cp -f'

# Source global definitions
if [ -f /etc/bashrc ]; then
        . /etc/bashrc
fi

export LC_COLLATE=C

# by Sun Microsystems setup
DBROOT=/home/meph/adabas
DBWORK=/home/meph/adabas/sql
DBCONFIG=/home/meph/adabas/sql
PATH=$DBROOT/bin:$DBROOT/pgm:$PATH
LD_LIBRARY_PATH=$DBROOT/lib:$LD_LIBRARY_PATH
export DBROOT DBWORK DBCONFIG PATH LD_LIBRARY_PATH
# by Sun Microsystems setup
DBROOT=/home/meph/adabas
DBWORK=/home/meph/adabas/sql
DBCONFIG=/home/meph/adabas/sql
PATH=$DBROOT/bin:$DBROOT/pgm:$PATH
LD_LIBRARY_PATH=$DBROOT/lib:$LD_LIBRARY_PATH
export DBROOT DBWORK DBCONFIG PATH LD_LIBRARY_PATH

--
  "You eat enough meat, you want to kill somebody. That's
  the way it works!!"
  -Denis Leary
k

To unsubcribe send e-mail with the word unsubscribe in the body to:   
Linux-Anyway-Request@xxxxxxxxxxxxx?body=unsubscribe

Other related posts: