ohmyzsh/plugins/repo/repo.plugin.zsh

36 lines
376 B
Bash

# Aliases
#alias r='repo'
##
#function listRepoCompletions {
# reply=(
# abandon
#branch
# branches
# checkout
# checkout-manifest
# cherry-pick
# diff
#download
# format-patch
# forall
# grep
# help
# init
# list
#overview
# prune
# push
# rebase
# smartsync
# stage
# start
# status
#sync
# tag-manifest
# upload
# );
#}
###compctl -K listRepoCompletions repo