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

Re: suffix alias where the app has a space in it



Related Question: is there a way to set a default command to use for
all suffixes, and then make additional aliases for other suffixes?

Something like this:

alias -s '*'='open'

or

alias -s \*='open'

and then

alias -s txt='pico'

would override the original.

I tried the first two but neither seemed to work, but there may be a
way that I'm overlooking.

Tj



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