Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh echoing every statement
- X-seq: zsh-users 17799
- From: f gr <frgroccia@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: zsh echoing every statement
- Date: Wed, 1 May 2013 09:38:37 +0200
- Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAG1BMVEUAAACioqI4ODj////R0dFnZ2f39/cRERHn5+evZqwVAAABxUlEQVQ4jZXTQW/aMBQH8D9RvPQIC2I9ZlNBvWbPsXwsZIMdvQax67TsA+SAtB7bRe3n3ns2SBDMYT4Ekl/svPyfA7oyEH70jOgljwA9tnYem0HPza80ClXqmijoDHkULFBHwQBtBH5/+dahtcvtAGwBHlmHxQAqHEY+gJ+H60k7gK/T5QT4M7+NVEVddlbUCST/ATP/5xLMR5I3T8iEamdHqKR8gXIkV0rFh1uBMUYBxj7HB77PPDHoRIJlKCGR2A57KhuGzbpDw6DeFzK1SpCtxzXB3FEhk4GnDbKeHu4Lnw1Mz9AL1KWk6PINZCbCc32jDE81aLSPH9JVJZD5gjRfXEn9DPpYLj0LjEgrugTeFNPVfYASqYDyQI4btm0jsJJW3h3g5gTsB9kX9SXQ3+8/JBuf7juB0WHGvLWOT85Agn29kTWSdgi6UGsyHXoPKb144IZwUMmMnApLKbO1yN4Y3j49Aqp3aagKywUfJq1T5cJwufuiCZFw5JVk7dKSy3KhH/zcgt+BT3cGO93zjZ1EAd/+HS+Y9DYLH9Urt9qDnsgun1K5D3vNFvXJFuXx+fgVrugK6AHoPLbbZe3mCpj6CpyNf/A1yU4iEdUyAAAAAElFTkSuQmCC
- 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
- References: <CAD4ivxU4ykr=EPq-ZLbaLCFz6tZKPjuf=E+oq28mZJd_0C+iqw@mail.gmail.com>
Excerpt from James Jong's message
of 2013-04-30T17:07-0400:
[...]
> $ 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
I use grml's zsh setup. I get the output like you: if I run the
system by runlevel 1 (or 3) and type the command ls, zsh shows the
following:
;root@hostname: ls [without any line breaks]
As a normal user the same. The curious thing is that when I run the
shell by a terminal emulator (in my case xfce4-terminal) the output
is OK.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author