mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
many git and repo aliases
This commit is contained in:
parent
7f6cad2c5b
commit
0b2e36f3e7
5 changed files with 25 additions and 2 deletions
|
|
@ -32,6 +32,9 @@ compdef _repo ruc='repo upload'
|
|||
alias yruc='yes | repo upload --cbr .'
|
||||
compdef _repo ruc='repo upload'
|
||||
|
||||
alias rucy='yes | repo upload --cbr .'
|
||||
compdef _repo rucy='repo upload'
|
||||
|
||||
# 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'
|
||||
compdef _repo rscb='repo start'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue