aboutsummaryrefslogtreecommitdiffhomepage
path: root/zsh/_vp.sh
blob: a740c0b594ea94cf41937089bd5127bf563280d6 (plain)
1
2
3
4
5
6
7
#compdef vp

function _vp() {
    compadd -S '' $(cd ~/blog/content/posts && ls ${words[2]}*)
}

_vp