6 lines
275 B
Bash
6 lines
275 B
Bash
#! zsh
|
|
# autoloaded functions must be declared in every kind of zsh: they aren't
|
|
# inherited in the environment so non-login shells need them, and you'll want
|
|
# to call one in a script so non-interactive shells need them.
|
|
autoload composer enphp unphp
|
|
autoload -Uz zargs zmv
|