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 14727
- From: Joakim Rosqvist <joakim.rosqvist@xxxxxxxxx>
- 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 22:36:04 +0100
- Cc: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>, zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=EaRLvJXYBNm32jQbMdA1sZVjwLFH703Pt4IZmc4npPM=; b=s8joiMP7xq5cqLV5uDvwj6eRJiXY3hnHiJaxkS/l8EbzwCRu/vKkZNdAqgRs8gjVf5 OrdjKt56GQhMdvZ2zJF5sxA+84sL8Dmr54iGnkgNAdU5/pNolObkZAC1zEf1kWoRdKVI 28mOLqVTQYW/Xd5QLHmkjcJMwtGuqok08isgc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=VI1RQq0bzZH8Y/AVBWvOy1r+ecG0Z2miC0PfqXJse6g9BnJioQhsJiSF64oajDNjwv UvqF1CTuKLDzhNZohrJZYkUitKA38We3zzRikzIrzOKuMA6WTd2d9N9zRJmHBZgqFOXs I5/F3HhiLjFx9I7cE7krLD2xqj9JjV5KzjknQ=
- In-reply-to: <4B58AB3A.7050300@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>
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