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
- proposed small change to .cshrc Archie Cobbs
- Re: proposed small change to .cshrc Jon Parise
- Re: proposed small change to .cshrc Matt Dillon
- Re: proposed small change to .cshrc Peter Wemm
- Re: proposed small change to .cshrc Daniel Eischen
- Re: proposed small change to .cshrc Archie Cobbs
- Re: proposed small change to .cshrc Matt Dillon
- Re: proposed small change to .cshrc David Malone
- unsubscribe freebsd-current Gary Lee
- Re: proposed small change to .csh... Matt Dillon
