Skip to content

Commit aa2a79b

Browse files
diogoazevedosjedahan
authored andcommitted
Unhide the geometry separator
1 parent 10a7c84 commit aa2a79b

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
@@ -6,7 +6,7 @@
66

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

1111
(($+GEOMETRY_PROMPT)) || GEOMETRY_PROMPT=(geometry_echo geometry_status geometry_path)
1212
(($+GEOMETRY_RPROMPT)) || GEOMETRY_RPROMPT=(geometry_exec_time geometry_git geometry_hg geometry_echo)

0 commit comments

Comments
 (0)