zsh エイリアスで引数を利用する# .zshrc alias hoge='(){echo $1 $2!!}' ## $ hoge hello world ## > hello world 参考# zsh環境で引数を持ったコマンドを作る - Qiita