On Fri, 2003-10-03 at 12:29, Marshal Newrock wrote:
> >From the top of .bashrc:
> # This file is sourced by all bash shells on startup, whether interactive
> # or not.  This file *should generate no output* or it will break the
> # scp and rcp commands.
> 
> >From the top of .bash_profile:
> #This file is sourced by bash when you log in interactively.

or, you can do something like this in your .bashrc file:

if [ "$PS1" ]; then
        echo ""; fortune | cowsay -f small; echo "";
fi



--
[EMAIL PROTECTED] mailing list

Reply via email to