*.plugin.zsh: The zsh_nrN files now contain $$

This commit is contained in:
Sebastian Gniazdowski 2016-10-01 11:24:38 +02:00
parent fc5fb116f5
commit f5485d3571

View file

@ -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