Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: My zsh disturbs nvi?
- X-seq: zsh-users 8066
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: juhtolv@xxxxxx
- Subject: Re: My zsh disturbs nvi?
- Date: Mon, 18 Oct 2004 13:33:06 -0700 (PDT)
- Cc: zsh-users mailing list <zsh-users@xxxxxxxxxx>
- In-reply-to: <87mzyj7s9y.fsf@xxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <87mzyj7s9y.fsf@xxxxxxxxxxxxxxxxxxxx>
- Reply-to: zsh-users@xxxxxxxxxx
On Mon, 18 Oct 2004, Juhapekka Tolvanen wrote:
> Now, can you tell me, what's wrong with my shell configs?
Run
zsh -fc 'print done'
If you see anything other than "done", that's the problem.
If you don't see anything but "done", then nvi likely is running the shell
without the -f switch, which I guess might be reasonable because -f does
not mean the same thing in bash/ksh as in csh/zsh. In which case you
should try
zsh -c 'print done'
and again anything you see other than "done" is the problem.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author