about summary refs log tree commit diff
path: root/Completion/User/_lftp
blob: 610f6991aff4cbcb082643f887a4f2ebfe8aec09 (plain) (blame)
1
2
3
4
5
#compdef lftp
if [[ -f ~/.lftp/bookmarks ]]; then
  _wanted bookmarks expl bookmark \
      compadd - $(cut -f1 ~/.lftp/bookmarks) && return 0
fi