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