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

lftp completion



--- /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