Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] _setsid



---
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])



Messages sorted by: Reverse Date, Date, Thread, Author