7 lines
275 B
Text
7 lines
275 B
Text
|
#! 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
|