aboutsummaryrefslogtreecommitdiffhomepage
path: root/zsh
diff options
context:
space:
mode:
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