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