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

http://grml.org/zsh/zsh-lovers.html



I just found http://grml.org/zsh/zsh-lovers.html and realized that
I've been doing so very many things "the hard way" in Zsh for so, so
long… Even some things like:

   $f:e = file extension
   $f:h = head (dirname)
   $f:t = tail (basename)
   $f:r = rest (extension removed)

The number of times I've called `basename` or used `sed` to get a
file's extension…

ARGH.

*sigh*

I really need to go back and pretend I know nothing about zsh (which,
it appears, is not far from the truth) and try to learn from scratch.
I mean, I've only been using it since around 1995 :-/

Is there a Zsh module to reduce stupidity? or at least decrease the
sensation ;-?

TjL



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