aboutsummaryrefslogtreecommitdiffhomepage
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]}*/)
}