diff options
Diffstat (limited to 'zsh/_vp.sh')
-rw-r--r-- | zsh/_vp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | #compdef vp | 1 | #compdef vp |
2 | 2 | ||
3 | function _vp() { | 3 | function _vp() { |
4 | compadd -S '' $(find ~/blog/content -name '*.md' | grep -o '[^/]*$') | 4 | compadd -S '' $(ssh vps find /home/pham/blog/content -name '\*.md' | grep -o '[^/]*$') |
5 | } | 5 | } |
6 | 6 | ||
7 | _vp | 7 | _vp |