mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-16 02:27:03 +01:00
Creating new completion scheme for buildbot and repo tools
This commit is contained in:
parent
615e41b0ec
commit
f84b2eddeb
12 changed files with 507 additions and 1 deletions
36
plugins/repo/repo.plugin.zsh
Normal file
36
plugins/repo/repo.plugin.zsh
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue