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 14733
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: gak@xxxxxxxxxxxxxx
- Subject: Re: what is the effect of a percentage sign (%) as last character on the command line
- Date: Fri, 22 Jan 2010 22:05:51 +0100
- Cc: zsh-users@xxxxxxx
- In-reply-to: <m3fx5y2le2.fsf@xxxxxxxxxxxxxx> (Greg Klanderman's message of "Fri, 22 Jan 2010 10:45:57 -0500")
- 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> <m3fx5y2le2.fsf@xxxxxxxxxxxxxx>
Greg Klanderman writes:
> Peter wrote:
>
>> Is there a way to list the files that the shell has read on startup ?
>
> It'd be really nice if you could at least have zsh tell you where it's
> going to look for the global startup files..
Well, there's no built-in way, but there's this trick that works rather
well:
% strings =zsh | grep '^/.*zshenv'
/etc/zshenv
Regards, Frank
--
In protocol design, perfection has been reached not when there is
nothing left to add, but when there is nothing left to take away.
-- RFC 1925
Messages sorted by:
Reverse Date,
Date,
Thread,
Author