Fix autoload pattern to use z4h functions and remove typo
This commit is contained in:
parent
66c95890d9
commit
6375718f08
1 changed files with 1 additions and 1 deletions
2
main.zsh
2
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
|
||||
|
||||
() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue