Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
http://grml.org/zsh/zsh-lovers.html
- X-seq: zsh-users 16248
- From: TJ Luoma <luomat@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: http://grml.org/zsh/zsh-lovers.html
- Date: Mon, 15 Aug 2011 15:28:37 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=KEbauONZJJzyfAuHedH1HdbVwrbsQPYHOG5JxVfZTUc=; b=p81qzPONxirJcImkDAm8aovtfDho1YW2SDkoUpqOA1S/+2TP3HXtUIvO+W+8a6zc9T DD6FRJjd6cxIeh20T6IWIiAtI8+ppJA1KxtquFZVcFwIWhU+w+4rXJccMgsXN3Lol4F1 njkJ4ANftf+Sscp6Q3C2jvVREtFTW2fQ+SD5s=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
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