[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: .bashrc



On Fri, 22 Aug 1997, Bruno O. M. Simoes wrote:

> Hi all,
> does anyone know which (and where) is the *system-wide* .bashrc file?
> Thanks in advances
> Bruno

Closest thing I can think of if /etc/profile.  You can check for the 
correct shell using a case:

case "$0" in
-bash | -sh)
  # do stuff here
  ;;

-ksh)
  # do other stuff
  ;;

esac

Good luck,
Brandon


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: