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



Try zsh -v to have all commands printed before they are executed.

/Joakim

On Thu, Jan 21, 2010 at 20:30, Peter <vmail@xxxxxxxxxxxxx> wrote:

>
>  Are you able to reproduce this behavior with "zsh -f" ?
>>
>>
> No, disabling startup files makes the behavior disappear. So there is a
> mistake in my startup files. The behavior does not disappear
> when I move my ~/.zshrc though, so there must be another file that
> introduces the behavior. The only other startup file on this system is
> ~/.zlogin:
>
> $ cat ~/.zlogin
> keychain --nogui ~/.ssh/id_rsa
> source ~/.keychain/$HOST-sh
>
>
> There is no /etc/zshenv and no other zsh related files in /etc/ or
> /etc/zsh.
>
> Is there a way to list the files that the shell has read on startup ?
>
> Thanks for your time
>
> Peter
>


Messages sorted by: Reverse Date, Date, Thread, Author