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