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



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