Sun Oct 30
#
Suffix aliases in zsh
% grep mate .zshrc # Cause '*.rb' to be expanded to 'mate *.rb' alias -s rb=mate
% grep mate .zshrc # Cause '*.rb' to be expanded to 'mate *.rb' alias -s rb=mate