Fix autoload pattern to use z4h functions and remove typo

This commit is contained in:
Arctic 2025-07-04 12:20:46 -05:00
parent 66c95890d9
commit 6375718f08

View file

@ -94,7 +94,7 @@ fpath=(
$fpath $fpath
$FOXSHELL/foxshell/fn) $FOXSHELL/foxshell/fn)
autoload -Uz -- $FOXSHELL/foxshell/fn/(|-|_)foxshell[^.]#(:t) || return autoload -Uz -- $FOXSHELL/foxshell/fn/(|-|_)z4h[^.]#(:t) || return
functions -Ms _foxshell_err functions -Ms _foxshell_err
() { () {