This commit is contained in:
Thomas Forgione 2018-12-28 15:32:51 +01:00
parent 1cc11d2661
commit 1241b4c371
No known key found for this signature in database
GPG Key ID: 63D3E1A00D54FD76
1 changed files with 4 additions and 0 deletions

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))"
}