zsh/dot-config/zsh/all/functions

8 lines
281 B
Plaintext
Raw Normal View History

#! 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 count
autoload enphp
2023-11-19 20:57:54 -05:00
autoload -Uz zargs zcalc zmv