aboutsummaryrefslogtreecommitdiffhomepage
path: root/zsh/_vp.sh
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-07-12 10:57:41 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-07-12 10:57:41 +0800
commitdfe4efc3fab02f1d64f94d59d0aa36ae74cb7b4f (patch)
tree9afde55a8eccbbfbd694fad759eeaaea5fb317d2 /zsh/_vp.sh
parentc37e12ae4e43225406ada75daf6480d32e22538b (diff)
Update
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