Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
IPC (or how to "bounce" a running zsh?)
- X-seq: zsh-users 8310
- From: <kynn@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: IPC (or how to "bounce" a running zsh?)
- Date: Wed, 22 Dec 2004 22:59:50 -0500 (EST)
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Is there any mechanism for interprocess communication in which at
least one of the processes is a running zsh?
TIA!
kj
P.S. The context of this question is the problem of "bouncing" a
running zsh, i.e. telling it somehow to re-source the appropriate .z*
files (according to whether or not it is an interactive/login shell).
(I realize that I could solve this problem by adding one more task to
my poor overworked preexec or precmd, and coax it to do a "poor man's
IPC", namely to check for the presence of a sentinel file, perform the
appropriate re-sourcing, and delete the sentinel; this opens the
possibility of a race condition, but I'm sure there is a way to deal
with it.)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author