mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
jhbuild: add some missing commands and update README (#5195)
Commands: make, tinderbox. Closes #5195 Co-authored-by: Marc Cornellà <marc.cornella@live.com>
This commit is contained in:
parent
573901dd46
commit
ee7a9f6fe6
2 changed files with 40 additions and 8 deletions
|
|
@ -1,5 +1,6 @@
|
|||
# Aliases
|
||||
#
|
||||
# JHBuild Aliases
|
||||
|
||||
# Base
|
||||
alias jh='jhbuild'
|
||||
# Build
|
||||
alias jhb='jhbuild build'
|
||||
|
|
@ -7,12 +8,14 @@ alias jhbo='jhbuild buildone'
|
|||
# Checks
|
||||
alias jhckb='jhbuild checkbranches'
|
||||
alias jhckm='jhbuild checkmodulesets'
|
||||
# Info & list
|
||||
# Info & List
|
||||
alias jhi='jhbuild info'
|
||||
alias jhl='jhbuild list'
|
||||
# Clean
|
||||
alias jhc='jhbuild clean'
|
||||
alias jhco='jhbuild cleanone'
|
||||
# Make
|
||||
alias jhm='jhbuild make'
|
||||
# Run
|
||||
alias jhr='jhbuild run'
|
||||
# Depends
|
||||
|
|
@ -25,6 +28,5 @@ alias jhuo='jhbuild updateone'
|
|||
alias jhun='jhbuild uninstall'
|
||||
# Shell
|
||||
alias jhsh='jhbuild shell'
|
||||
|
||||
|
||||
|
||||
# Tinderbox
|
||||
alias jht='jhbuild tinderbox'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue