Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Even more about my nvi/zsh-bug
- X-seq: zsh-users 8080
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: juhtolv@xxxxxx
- Subject: Re: Even more about my nvi/zsh-bug
- Date: Tue, 19 Oct 2004 12:36:18 -0700
- Cc: zsh-users mailing list <zsh-users@xxxxxxxxxx>, 231851@xxxxxxxxxxxxxxx, bostic@xxxxxxxxxx, skimo@xxxxxxxxxx
- In-reply-to: <87k6tmcymq.fsf@xxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <87k6tmcymq.fsf@xxxxxxxxxxxxxxxxxxxx>
On Tue, Oct 19, 2004 at 10:10:37PM +0300, Juhapekka Tolvanen wrote:
> Summa summarum: nvi checks environment variable $SHELL . It tries to use
> shell mentioned in that variable, but that environment variable must
> have whole path of that shell.
That probably means that nvi has modified the $PATH and left out things
like /bin. So, I assume it is trying to execute "zsh" and that is
failing (due to the PATH). There might be a way to configure the PATH
to fix this.
I assume you could also avoid the problem by changing your screen setup
to use this:
shell -/bin/zsh
That continues to tell screen to use a login shell, but also ensures
that $SHELL contains a fully qualified program name.
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author