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 cdb='cd $BUILDBOT_PROJECT_PATH/main'
|
||||||
alias cdp='cd $BUILDBOT_PROJECT_PATH'
|
alias cdp='cd $BUILDBOT_PROJECT_PATH'
|
||||||
|
|
||||||
|
alias c='cactus'
|
||||||
|
alias cj='cactus jump'
|
||||||
|
|
||||||
function bb_env()
|
function bb_env()
|
||||||
{
|
{
|
||||||
BBDIR=$1
|
BBDIR=$1
|
||||||
|
|
|
||||||
|
|
@ -38,23 +38,23 @@ _repo()
|
||||||
'branch:View current topic branches'
|
'branch:View current topic branches'
|
||||||
'branches:View current topic branches'
|
'branches:View current topic branches'
|
||||||
'checkout:Checkout a branch for development'
|
'checkout:Checkout a branch for development'
|
||||||
'checkout-manifest:for every project in a manifest tag file check out the sha1 listed in the file'
|
'checkout-manifest:for every project in a manifest tag file check out the sha1 listed in the file'
|
||||||
'cherry-pick:Cherry-pick a change.'
|
'cherry-pick:Cherry-pick a change.'
|
||||||
'diff:Show changes between commit and working tree'
|
'diff:Show changes between commit and working tree'
|
||||||
'download:Download and checkout a change'
|
'download:Download and checkout a change'
|
||||||
'forall:execute command on several project'
|
'forall:execute command on several project'
|
||||||
'format-patch:build patch sets for each project common to a manifest baseline'
|
'format-patch:build patch sets for each project common to a manifest baseline'
|
||||||
'grep:Print lines matching a pattern'
|
'grep:Print lines matching a pattern'
|
||||||
'help:Display detailed help on a command'
|
'help:Display detailed help on a command'
|
||||||
'init:Initialize repo in the current directory'
|
'init:Initialize repo in the current directory'
|
||||||
# 'info:Get info on the manifest branch, current branch or unmerged branches'
|
# 'info:Get info on the manifest branch, current branch or unmerged branches'
|
||||||
'list:List projects and their associated directories'
|
'list:List projects and their associated directories'
|
||||||
'manifest:Manifest inspection utility'
|
'manifest:Manifest inspection utility'
|
||||||
'overview:Display overview of unmerged project branches'
|
'overview:Display overview of unmerged project branches'
|
||||||
'prune:Prune (delete) already merged topics'
|
'prune:Prune (delete) already merged topics'
|
||||||
'push:Push the local branch'
|
'push:Push the local branch'
|
||||||
'rebase:Rebase local branches on upstream 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'
|
'smartsync:Update working tree to the latest known good revision'
|
||||||
'stage:Stage file(s) for commit'
|
'stage:Stage file(s) for commit'
|
||||||
'start:Start a new branch for development'
|
'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]" \
|
"(-c --command -h --help -v --verbose -p)"{-c,--command}"[Command (and arguments) to execute]" \
|
||||||
&& ret=0
|
&& 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
|
ret=0
|
||||||
esac
|
esac
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue