diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-02-06 16:12:57 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-02-06 16:12:57 +0800 |
| commit | fd14ddb04a2eee567fc234ed77ef4d8c07cf496e (patch) | |
| tree | dac770467ae9d535f285989dfae1cfba42985f8b /zsh | |
| parent | 1f55ff59d7b50bfb659fa3e81cd9b627a1c3c807 (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
| @@ -1,7 +1,7 @@ | |||
| 1 | #compdef wg | 1 | #compdef ww |
| 2 | 2 | ||
| 3 | function _wg() { | 3 | function _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 |