mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
new alias for cactus jump
display command line for bb_repo upload (when if want to answer "yes") Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
6d372d6b25
commit
199d7e3048
2 changed files with 7 additions and 22 deletions
|
|
@ -5,6 +5,12 @@ alias cdp='cd $BUILDBOT_PROJECT_PATH'
|
|||
|
||||
alias c='cactus'
|
||||
alias cj='cactus jump'
|
||||
alias cjh='cactus jump home'
|
||||
alias cjw='cactus jump workdir'
|
||||
alias cjc='cactus jump cactus'
|
||||
alias cjt='cactus jump txwebservices'
|
||||
alias cja='cactus jump android'
|
||||
alias cjm='cactus jump metacactus'
|
||||
|
||||
function bb_env()
|
||||
{
|
||||
|
|
@ -56,6 +62,7 @@ function bb_repo_upload()
|
|||
A=$(printf -- '%s,' ${REVIEWERS[@]})
|
||||
A=${A%,}
|
||||
echo "Reviewers: $A"
|
||||
echo "Cmd: repo upload --cbr --re=$A ."
|
||||
yes | repo upload --cbr --re=$A .
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue