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

PATCH: _vnc (more commands)



Probably other options should be added, but at present I'm mostly
just interested in vnc display completion for xtightvncviewer and
xvnc4viewer.

Index: Completion/X/Command/_vnc
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/X/Command/_vnc,v
retrieving revision 1.5
diff -u -r1.5 _vnc
--- Completion/X/Command/_vnc	25 Feb 2002 09:09:36 -0000	1.5
+++ Completion/X/Command/_vnc	16 Jun 2005 22:32:16 -0000
@@ -1,4 +1,4 @@
-#compdef vncserver vncviewer xvncviewer
+#compdef vncserver vncviewer xvncviewer xtightvncviewer xvnc4viewer
 
 local displays args
 displays=( ~/.vnc/$HOST:<->.pid(N:r:t:s/$HOST//) )



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