zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] _setsid
@ 2016-11-11 10:14 Daniel Shahaf
  0 siblings, 0 replies; only message in thread
From: Daniel Shahaf @ 2016-11-11 10:14 UTC (permalink / raw)
  To: zsh-workers

---
This is a linux tool:

% apropos setsid
setsid (1)           - run a program in a new session
setsid (2)           - creates a session and sets the process group ID
setsid (3posix)      - create session and set process group ID

There's also a similar ssid(1) from suckless; I haven't added it.

Cheers,

Daniel


 Completion/Zsh/Command/_precommand | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Completion/Zsh/Command/_precommand b/Completion/Zsh/Command/_precommand
index f848721..f57e668 100644
--- a/Completion/Zsh/Command/_precommand
+++ b/Completion/Zsh/Command/_precommand
@@ -1,4 +1,4 @@
-#compdef - nohup eval time rusage noglob nocorrect exec catchsegv aoss hilite eatmydata
+#compdef - nohup eval time rusage noglob nocorrect exec catchsegv aoss hilite eatmydata setsid
 
 # precommands is made local in _main_complete
 precommands+=($words[1])


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-11 10:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-11 10:14 [PATCH] _setsid Daniel Shahaf

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).