Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: using zsh in windows nt
- X-seq: zsh-users 1925
- From: Stephen Marley <Stephen.Marley@xxxxxxxxx>
- To: ZSH Users <zsh-users@xxxxxxxxxxxxxxx>
- Subject: Re: using zsh in windows nt
- Date: Thu, 5 Nov 1998 10:44:32 +0000
- In-reply-to: <Pine.GSO.3.96.981105085159.26246A-100000@xxxxxxxxxxxxxxxxxxxxxxxxx>; from Zvi Har'El on Thu, Nov 05, 1998 at 10:41:38AM +0200
- Organisation: Memex Technology Ltd.
- References: <Pine.GSO.3.96.981105085159.26246A-100000@xxxxxxxxxxxxxxxxxxxxxxxxx>
On 05 November 1998, Zvi Har'El wrote:
> directory in the path! Do you have any idea (except removing the correctall
> option ;( )?
Use alias ls='nocorrect ls' etc. Not ideal I know, but I too get lots of
unwanted corrections on NT.
>
> 2) A second problem: Zsh doesn't write an history file for me, although I set
> HISTFILE and HISTSIZE to the correct values and also set the option
> appendhistory.
set SAVEHIST too. eg SAVEHIST=1000
> I'll appreciate your answer, or any other views from windows nt users. I am a
> big fan of zsh, and I certainly don't want to use bash instead ;)
Quite right too. Are you using Amol Deshpande's native win32 port or a
cygwin compiled version? If the former, you might want to add
setopt winntignorecase winntlamepathfix to your .zshrc and you'll
need special bindings to get the arrow keys to work properly (see
Amol's docs).
The only relatively big problem I have under NT is that command line
editing breaks when the terminal is very wide.
--
stephen@xxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author