Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _printenv
- X-seq: zsh-workers 19364
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx (Zsh hackers list)
- Subject: PATCH: _printenv
- Date: Wed, 14 Jan 2004 14:55:38 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
One that got away.
Index: Completion/Unix/Command/.distfiles
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/.distfiles,v
retrieving revision 1.52
diff -u -r1.52 .distfiles
--- Completion/Unix/Command/.distfiles 14 Nov 2003 12:00:47 -0000 1.52
+++ Completion/Unix/Command/.distfiles 14 Jan 2004 14:54:53 -0000
@@ -23,4 +23,5 @@
_ecasound _gpg _subversion _aap _sablotron _nmap
_chmod _du
_nice _rar _vorbis
+_printenv
'
Index: Completion/Unix/Command/_printenv
===================================================================
RCS file: Completion/Unix/Command/_printenv
diff -N Completion/Unix/Command/_printenv
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ Completion/Unix/Command/_printenv 14 Jan 2004 14:54:53 -0000
@@ -0,0 +1,5 @@
+#compdef printenv
+
+local expl
+
+_wanted parameters expl 'environment variable' _parameters -g '*export*'
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK Tel: +44 (0)1223 692070
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com
**********************************************************************
Messages sorted by:
Reverse Date,
Date,
Thread,
Author