mirror of
https://github.com/zdharma-continuum/zconvey.git
synced 2026-09-10 07:06:21 -04:00
plugin.zsh: Don't rely on *_ID being integer (defensive, should work)
This commit is contained in:
parent
e615e5c600
commit
d89c0bbbf4
|
|
@ -297,7 +297,7 @@ fi
|
|||
# We will not be able to quick-close FD on zshexit
|
||||
ZCONVEY_FD=0
|
||||
else
|
||||
ZCONVEY_ID=try_id
|
||||
ZCONVEY_ID=$try_id
|
||||
# ID and FD will be inherited by subshells and exec zsh calls
|
||||
export ZCONVEY_ID
|
||||
export ZCONVEY_FD
|
||||
|
|
|
|||
Loading…
Reference in a new issue