aboutsummaryrefslogtreecommitdiffhomepage
path: root/zsh
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-02-06 16:12:57 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-02-06 16:12:57 +0800
commitfd14ddb04a2eee567fc234ed77ef4d8c07cf496e (patch)
treedac770467ae9d535f285989dfae1cfba42985f8b /zsh
parent1f55ff59d7b50bfb659fa3e81cd9b627a1c3c807 (diff)
update
Diffstat (limited to 'zsh')
-rw-r--r--zsh/_ww.sh (renamed from zsh/_wg.zsh)6
1 files changed, 3 insertions, 3 deletions
diff --git a/zsh/_wg.zsh b/zsh/_ww.sh
index e914092..76afae8 100644
--- a/zsh/_wg.zsh
+++ b/zsh/_ww.sh
@@ -1,7 +1,7 @@
1#compdef wg 1#compdef ww
2 2
3function _wg() { 3function _ww() {
4 compadd -S '' $(cd ~/vimwiki && ls ${words[2]}*) 4 compadd -S '' $(cd ~/vimwiki && ls ${words[2]}*)
5} 5}
6 6
7_wg 7_ww