zsh/dot-config/zsh/all/functions
2023-11-20 12:57:54 +11:00

8 lines
281 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 count
autoload enphp
autoload -Uz zargs zcalc zmv