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



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