mirror of
https://github.com/zdharma-continuum/zconvey.git
synced 2026-09-10 07:06:21 -04:00
*.plugin.zsh: The zsh_nrN files now contain $$
This commit is contained in:
parent
fc5fb116f5
commit
f5485d3571
|
|
@ -281,6 +281,9 @@ fi
|
|||
fi
|
||||
done
|
||||
|
||||
# Output PID to the locked file
|
||||
[[ "$ZCONVEY_FD" -ne "0" ]] && echo "$$" >&${ZCONVEY_FD}
|
||||
|
||||
# Show what is resolved (ID and possibly a NAME)
|
||||
[ "$ZCONVEY_CONFIG[greeting]" = "logo" ] && zc-logo echo
|
||||
[ "$ZCONVEY_CONFIG[greeting]" = "text" ] && zc-id
|
||||
|
|
|
|||
Loading…
Reference in a new issue