1 2 3 4 5 6 7
#compdef vp function _vp() { compadd -S '' $(find ~/blog/content -name '*.md' | grep -o '[^/]*$') } _vp