mirror of
https://github.com/zdharma-continuum/zinit-annex-bin-gem-node.git
synced 2026-09-10 07:26:18 -04:00
*atload-handler: Add function preamble
This commit is contained in:
parent
6a3d52abe8
commit
64f261b4a8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue