Skip to content

Commit 23dbb17

Browse files
committed
fix: Reverted lazy loading for now. Closes #278.
1 parent ed9237f commit 23dbb17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geometry.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ typeset -gA GEOMETRY; GEOMETRY[ROOT]=${0:A:h}
1212

1313
autoload -U add-zsh-hook
1414

15-
function { local fun; for fun ("${GEOMETRY[ROOT]}"/functions/*) autoload -Uk $fun }
15+
function { local fun; for fun ("${GEOMETRY[ROOT]}"/functions/*) . $fun }
1616

1717
(( $+functions[ansi] )) || ansi() { (($# - 2)) || echo -n "%F{$1}$2%f"; }
1818

0 commit comments

Comments
 (0)