aboutsummaryrefslogtreecommitdiffhomepage
path: root/zsh/_vp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/_vp.sh')
-rw-r--r--zsh/_vp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/_vp.sh b/zsh/_vp.sh
index f611fc9..47bdef3 100644
--- a/zsh/_vp.sh
+++ b/zsh/_vp.sh
@@ -1,7 +1,7 @@
1#compdef vp 1#compdef vp
2 2
3function _vp() { 3function _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