zsh alias with parameters

alias example='f() { echo Your arg was $1. };f'
← Back to Articles