mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
update repo plusing and intel plugin after new env in cactus
This commit is contained in:
parent
da8d0e41df
commit
9a4e25f460
2 changed files with 13 additions and 4 deletions
|
|
@ -3,6 +3,9 @@ BUILDBOT_PROJECT_PATH="$HOME/projects/buildbot/"
|
|||
alias cdb='cd $BUILDBOT_PROJECT_PATH/main'
|
||||
alias cdp='cd $BUILDBOT_PROJECT_PATH'
|
||||
|
||||
alias c='cactus'
|
||||
alias cj='cactus jump'
|
||||
|
||||
function bb_env()
|
||||
{
|
||||
BBDIR=$1
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ _repo()
|
|||
'prune:Prune (delete) already merged topics'
|
||||
'push:Push the local branch'
|
||||
'rebase:Rebase local branches on upstream branch'
|
||||
#- 'selfupdate:Update repo to the latest version'
|
||||
'selfupdate:Update repo to the latest version'
|
||||
'smartsync:Update working tree to the latest known good revision'
|
||||
'stage:Stage file(s) for commit'
|
||||
'start:Start a new branch for development'
|
||||
|
|
@ -197,6 +197,12 @@ _repo()
|
|||
"(-c --command -h --help -v --verbose -p)"{-c,--command}"[Command (and arguments) to execute]" \
|
||||
&& ret=0
|
||||
;;
|
||||
(selfupdate)
|
||||
_arguments : \
|
||||
"(-h --help)"{-h,--help}"[Show help]" \
|
||||
"(--no-repo-verif)--no-repo-verif[do not verify repo source code]" \
|
||||
&& ret=0
|
||||
;;
|
||||
*)
|
||||
ret=0
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue