From 6375718f08ae6909a37db691fbb572b5fb69c68b Mon Sep 17 00:00:00 2001 From: Arctic Date: Fri, 4 Jul 2025 12:20:46 -0500 Subject: [PATCH] Fix autoload pattern to use z4h functions and remove typo --- main.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.zsh b/main.zsh index 3c5d839..2ea2ed5 100644 --- a/main.zsh +++ b/main.zsh @@ -94,7 +94,7 @@ fpath=( $fpath $FOXSHELL/foxshell/fn) -autoload -Uz -- $FOXSHELL/foxshell/fn/(|-|_)foxshell[^.]#(:t) || return +autoload -Uz -- $FOXSHELL/foxshell/fn/(|-|_)z4h[^.]#(:t) || return functions -Ms _foxshell_err () {