index
:
helper
configure
coproc
dev
files
foo
My daily-use scripts and dotfiles. Maybe you'll find something useful here
pham <pham@topo.tw>
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
zsh
/
_wi.sh
blob: c1cd4a82f05e5c8bb38f22ceaf0a9bcddd38358e (
plain
)
1
2
3
4
5
6
7
#compdef wi
function
_wi
() {
compadd
-S
''
$
(
cd
~
/
vimwiki
&&
ls
${words[2]}
*)
}
_wi