Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
lftp completion
- X-seq: zsh-workers 13601
- From: Chmouel Boudjnah <chmouel@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: lftp completion
- Date: 12 Mar 2001 01:46:00 +0100
- In-reply-to: <3AABF298.8E4C5CD5@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <3AABF298.8E4C5CD5@xxxxxxxxxxxxx>
--- /dev/null Thu Mar 8 11:12:32 2001
+++ Completion/User/_lftp Mon Mar 12 01:44:31 2001
@@ -0,0 +1,5 @@
+#compdef lftp
+if [[ -f ~/.lftp/bookmarks ]]; then
+ _wanted bookmarks expl bookmark \
+ compadd - $(cut -f1 ~/.lftp/bookmarks) && return 0
+fi
--
MandrakeSoft Inc http://www.chmouel.org
--Chmouel
Messages sorted by:
Reverse Date,
Date,
Thread,
Author