Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: what is the effect of a percentage sign (%) as last character on the command line
- X-seq: zsh-users 14729
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Peter <vmail@xxxxxxxxxxxxx>
- Subject: Re: what is the effect of a percentage sign (%) as last character on the command line
- Date: Thu, 21 Jan 2010 18:27:13 -0800
- Cc: zsh-users@xxxxxxx
- In-reply-to: <4B58D35D.1050208@xxxxxxxxxxxxx>
- 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: <4B582F3C.2010709@xxxxxxxxxxxxx> <100121080540.ZM21444@xxxxxxxxxxxxxxxxxxxxxx> <4B58AB3A.7050300@xxxxxxxxxxxxx> <2d3b879b1001211336m5b78982au96f267ea472af43d@xxxxxxxxxxxxxx> <4B58D35D.1050208@xxxxxxxxxxxxx>
On Jan 21, 11:21pm, Peter wrote:
}
} p% zsh -v
} ( lot of output )
Er, well, yes, that output is what was important.
Try running
zsh -v 2>zsh.out
and then simply exit the shell and look at the zsh.out file with a pager
or text editor. Read through it looking for things that you don't
understand. Compare what you see to what's in the files you know
about. If your .zlogin is really the only other init file and moving
away .zshrc doesn't change anything, then the ~/.keychain/$HOST-sh file
must be where the problem lies.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author