Skip to content

Commit a64391a

Browse files
authored
Merge pull request #279 from alxbl/fix-278
fix: Reverted lazy loading for now. Closes #278.
2 parents ed9237f + 23dbb17 commit a64391a

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)