Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Shell Escape and loosing working directory
- X-seq: zsh-users 7725
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: "tbo" <tbo@xxxxxx>
- Subject: Re: Shell Escape and loosing working directory
- Date: Wed, 21 Jul 2004 14:13:07 +0200
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <15115.1090044835@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <1242.1089788636@xxxxxxxxxxxxx> <15115.1090044835@xxxxxxxxxxxxx>
On 17 Jul, "tbo" wrote:
>
> I have a problem with 4.2.0 , where programs are login shell (zsh) for shell
> escapes. Here is an example with oracle sqlplus, but it also occurs within
> vi (but not in ed, ed is using sh as shell for escapes..)
> B0009189:~/Shell > pwd
> /home/r1064u/Shell
> SQL> !pwd
> /
Have you perhaps got a cd command in one of the startup files (.zshenv
or /etc/zshenv). What is $SHELL set to? What does this print:
zsh -c 'pwd'
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author