Skip to content

Commit 359a9a8

Browse files
author
Jonathan Dahan
committed
explicitly set GEOMETRY to be global for plugin managers
1 parent a7b1bbb commit 359a9a8

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
@@ -4,7 +4,7 @@
44
# pure: https://github.com/sindresorhus/pure
55
# mnml: https://github.com/subnixr/minimal
66

7-
typeset -A GEOMETRY
7+
typeset -gA GEOMETRY
88
GEOMETRY[ROOT]=${0:A:h}
99
: ${GEOMETRY[SEPARATOR]:=" "}
1010

0 commit comments

Comments
 (0)