Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: "the backslashes" Re: Dynamic directory name function



On Thu, 24 Sep 2015 08:34:45 -0700
Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> So just throw in an "=" sign, you mean?
> 
>     zstyle ZDN_wrapper_name zdn_top=(
> 	g   ~/git
> 	ga  ~/alternate/git
> 	gs  /scratch/$USER/git/:second2
> 	:default: /:second1
>     )

That can be made vaild syntax by a bit (?lot?) of trickery with reserved
words, but what does it mean, and what gets passed to the command?

pws



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