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

Re: Best practices for managing aliases in ohmyzsh?



On 2021-08-31 01:26 PM, Bart Schaefer wrote:
On Tue, Aug 31, 2021 at 9:47 AM Steve Dondley <s@xxxxxxxxxxx> wrote:

It would be nice if you could so something like alias -L "t*" and list
all aliases but that doesn't seem to work.

alias -L -m 't*'

Looks like "alias -L -m t'*'" works. Cool. I guess you need to quote the asterisk so it isn't interpreted as a glob, apparently. But I know nothing about globbing in zsh yet.




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