aboutsummaryrefslogtreecommitdiffhomepage
path: root/zsh/_cdg.zsh
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-10-17 09:58:18 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-10-17 09:58:18 +0800
commit25af506cf523f162fb216bf008d55679364519f8 (patch)
tree5c3634ac9878d77d0dfdf25b9555bc0633268e79 /zsh/_cdg.zsh
parente18d0da5e5a83036035126485080714e1c32b72a (diff)
update
Diffstat (limited to 'zsh/_cdg.zsh')
-rw-r--r--zsh/_cdg.zsh2
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 @@
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