1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 09:21:19 +02:00
zsh/Completion/User/_lftp
2001-03-11 23:51:29 +00:00

6 lines
146 B
Plaintext

#compdef lftp
if [[ -f ~/.lftp/bookmarks ]]; then
_wanted bookmarks expl bookmark \
compadd - $(cut -f1 ~/.lftp/bookmarks) && return 0
fi