Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh echoing every statement
- X-seq: zsh-users 17798
- From: James Jong <ribonucleico@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: zsh echoing every statement
- Date: Tue, 30 Apr 2013 17:07:38 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:from:date:message-id:subject:to :content-type; bh=RyV5jFxECKO2+4fv8iuvQvdw4jOoyHowZ5G2OA32rTg=; b=Rvt8wKFcgtFLsugoniRd3bnIdXWXhIIkp8/GTGAzAaeIrTcPy+bIOsy2xdYm3ihMjj 3hZocGnRmEu1itOUc+xcV3hP4xxchn5uWs0cbGlpKhf3Cdk+mWoTP8rBNOyvZwU/ytHt becRYhc4xq/lVL95yhLWobEqNTK1xLBSzMDCejd0ye9eAvCxzpuFaQWlUmxOIMdRKOPP zFFuxr2NsQi1sY7eC43PgJlGXtRc0fTQW0GqbVawMUiJXrVDEUomA05yxGlqPzKcLAmo ll+b5d90XO/odsSAPUvKycEXsnx+uDx/O0Z1hR9fxCWmCpO8y6BYE6vusjXlI2ZHgtaF lOtA==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
I have an odd problem with zsh when switching between shells:
Option 1:
---------------
I start a Zsh shell, I then switch to tcsh with /bin/tcsh
and I then switch back to zsh with /bin/zsh
everything works well, e.g.
$ls
./ ../ file1 file1 file3
But, if I do:
Option 2:
---------------
I start a Zsh shell, I switch to tcsh with:
exec env -i HOME=/home/james TERM=xterm-256color DISPLAY=localhost:12.0
/bin/tcsh
and then back to zsh with /bin/zsh, then when I enter my subsequent
commands, the shell echoes the command and then the result,
e.g.
$ ls
2;ls --color=yes -aF1;ls./ ../ file1 file2 file3
In other words, zsh shows 2;COMMAND 1; and then the output without line
breaks, which is of course very different from what I was getting with
Option 1.
What can I do to diagnose the problem? Any pointers would be greatly
appreciated
Thanks,
James
Messages sorted by:
Reverse Date,
Date,
Thread,
Author