This commit is contained in:
2018-12-28 15:32:51 +01:00
parent 1cc11d2661
commit 1241b4c371

View File

@@ -94,6 +94,10 @@ if [ -d "$GCLONE_PATH" ]; then
fi
}
cdgclone() {
gclone $1 && cdg $1
}
_cdg() {
_arguments "1: :($(_cdg_existing_dirs | rev | cut -d '/' -f 1 | rev))"
}