1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 09:21:19 +02:00
zsh/Completion/User/_ncftp

9 lines
180 B
Plaintext

#compdef ncftp
if [[ -f ~/.ncftp/bookmarks ]]; then
_wanted bookmarks expl bookmark \
compadd - $(awk -F, 'NR > 2 { print $1 }' ~/.ncftp/bookmarks) && return 0
fi
_hosts