Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
case insensitive suffix aliases
- X-seq: zsh-users 29927
- From: Ray Andrews <rayandrews@xxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: case insensitive suffix aliases
- Date: Sat, 11 May 2024 13:28:03 -0700
- Archived-at: <https://zsh.org/users/29927>
- List-id: <zsh-users.zsh.org>
alias -s {t,T}{x,X}{t,T}='geany'
... can that be avoided? It would be cool to have case
insensitive suffix aliases. I'm having to add a few, and it sure
is a bother to use the above to capture all the variations. Like
with images one sees: .jpg, .JPG, and sometimes .Jpg.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author