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

"the backslashes" Re: Dynamic directory name function



On Sep 24,  9:37am, Peter Stephenson wrote:
}
} There's also the backslashes,
} but more careful people than me probably don't mind those.

Thoughts on allowing modules to define the sort of keyword+builtin
pair that we used for typeset ?  Then zstyle could hook itself to
the parenthesized-list-parsing code and look like

     zstyle ZDN_wrapper_name zdn_top (
 	g   ~/git
 	ga  ~/alternate/git
 	gs  /scratch/$USER/git/:second2
 	:default: /:second1
    )

Of course that would be opening a potential can of syntactic worms.



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