Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: "the backslashes" Re: Dynamic directory name function
On Sep 24, 4:18pm, Peter Stephenson wrote:
}
} On Thu, 24 Sep 2015 08:10:19 -0700
} Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
} > Thoughts on allowing modules to define the sort of keyword+builtin
} > pair that we used for typeset ?
}
} I've often wanted something like this, but it's really tricky to get
} right. In particular, I'd be unhappy about it if it's not following an
} assignment
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
)
??
Messages sorted by:
Reverse Date,
Date,
Thread,
Author