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
/
_cdg.zsh
blob: fe7e26b23453040c5334cf045ba5a768ddd7d4ed (
plain
)
1
2
3
4
5
6
7
#compdef cdg
function
_cdg
() {
compadd
-S
'/'
$
(
cd
~
/
git
&&
ls
-d
${words[2]}
*)
}
_cdg