*atload-handler: Add function preamble

This commit is contained in:
Sebastian Gniazdowski 2020-06-12 21:43:11 +02:00
parent 6a3d52abe8
commit 64f261b4a8

View file

@ -1,6 +1,8 @@
# Copyright (c) 2019 Sebastian Gniazdowski
# License MIT
→za-bgn-atload-handler() {
emulate -RL zsh
setopt extendedglob warncreateglobal typesetsilent noshortloops
@ -182,4 +184,6 @@ if [[ -n "${ZINIT_ICE[fmod]}" ]] {
}
}
}
# vim:ft=zsh:sw=4:sts=4:et