We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a7c84 commit aa2a79bCopy full SHA for aa2a79b
geometry.zsh
@@ -6,7 +6,7 @@
6
7
typeset -gA GEOMETRY
8
GEOMETRY[ROOT]=${0:A:h}
9
-: ${GEOMETRY[SEPARATOR]:=" "}
+: ${GEOMETRY_SEPARATOR:=" "}
10
11
(($+GEOMETRY_PROMPT)) || GEOMETRY_PROMPT=(geometry_echo geometry_status geometry_path)
12
(($+GEOMETRY_RPROMPT)) || GEOMETRY_RPROMPT=(geometry_exec_time geometry_git geometry_hg geometry_echo)
0 commit comments