mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
36 lines
376 B
Bash
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
|
|
|