aboutsummaryrefslogtreecommitdiffhomepage
path: root/zsh/_cdg.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/_cdg.zsh')
-rw-r--r--zsh/_cdg.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/_cdg.zsh b/zsh/_cdg.zsh
index d265747..ac983bf 100644
--- a/zsh/_cdg.zsh
+++ b/zsh/_cdg.zsh
@@ -3,3 +3,5 @@
3function _cdg() { 3function _cdg() {
4 compadd -S '' $(cd ~/git && ls -d ${words[2]}*/) 4 compadd -S '' $(cd ~/git && ls -d ${words[2]}*/)
5} 5}
6
7_cdg