On Sat, 13 Nov 1999, Andreas Berglund wrote:

> Hej!
> Hur g�r man f�r att f� /etc/bashrc att exekveras f�re ~/.bashrc

L�gg i din ~/.bashrc i b�rjan:

test -e /etc/bashrc && . /etc/bashrc

eller

if [ -f /etc/bashrc ]; then
    source /etc/bashrc
fi

Men iaf inte exec :-)


======Annons================================================
===  V�rldens minsta Linux workstation? 
===  Nu med Linux DeLuxe V6.5 http://www.svithiod.com
============================================================

Till