On Tue, Jan 09, 2001 at 09:45:14AM -0800, Archie Cobbs wrote:

> +     if ( `basename $SHELL` == "tcsh" ) then
> +             bindkey ^W backward-delete-word
> +     endif

I generally test for tcsh like this:

        if ( $?tcsh ) then
                bindkey ^W backward-delete-word
        endif

-- 
Jon Parise ([EMAIL PROTECTED])  .  Rochester Inst. of Technology
http://www.csh.rit.edu/~jon/  :  Computer Science House Member


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to