aboutsummaryrefslogtreecommitdiffhomepage
path: root/zsh
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-04-11 13:34:08 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-04-11 13:34:08 +0800
commita4355d87d95fd0b127f1c7108d8520755d161904 (patch)
tree00e8ec2dda733fa2c1a569e2dc364b0d6b3a89b7 /zsh
parentc9e54bada4576f0b375e441eeed1c2c38da8628a (diff)
Update
Diffstat (limited to '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