Skip to content

Commit f0f9d95

Browse files
author
Jonathan Dahan
committed
set GEOMETRY_ASYNC_FD to something empty to avoid clobbering
1 parent d78d0da commit f0f9d95

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
@@ -88,7 +88,7 @@ geometry::rprompt::set() {
8888
}
8989

9090
geometry::rprompt() {
91-
typeset -g GEOMETRY_ASYNC_FD
91+
typeset -g GEOMETRY_ASYNC_FD=
9292
exec {GEOMETRY_ASYNC_FD}< <(geometry::wrap $PWD $GEOMETRY_RPROMPT)
9393
zle -F "$GEOMETRY_ASYNC_FD" geometry::rprompt::set
9494
}

0 commit comments

Comments
 (0)