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

function _vp() {
  compadd -S '' $(ssh vps find /home/pham/blog/content -name '\*.md' | grep -o '[^/]*$')
}

_vp