mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-13 03:12:21 +01:00
new alias for repo
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
e47f203b26
commit
4f41a7f369
1 changed files with 6 additions and 0 deletions
|
|
@ -26,6 +26,12 @@ compdef _repo ru='repo upload'
|
||||||
alias rst='repo status'
|
alias rst='repo status'
|
||||||
compdef _repo rst='repo status'
|
compdef _repo rst='repo status'
|
||||||
|
|
||||||
|
alias ruc='repo upload --cbr .'
|
||||||
|
compdef _repo ruc='repo upload'
|
||||||
|
|
||||||
|
alias yruc='yes | repo upload --cbr .'
|
||||||
|
compdef _repo ruc='repo upload'
|
||||||
|
|
||||||
# Repo start current branch on all projects
|
# Repo start current branch on all projects
|
||||||
alias rscb='echo "Starting branch $(git branch | sed -n "/\* /s///p") on all projects" && repo start $(git branch | sed -n "/\* /s///p") --all'
|
alias rscb='echo "Starting branch $(git branch | sed -n "/\* /s///p") on all projects" && repo start $(git branch | sed -n "/\* /s///p") --all'
|
||||||
compdef _repo rscb='repo start'
|
compdef _repo rscb='repo start'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue