0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00
ohmyzsh/plugins/jhbuild
Miguel Vaello Martínez ee7a9f6fe6 jhbuild: add some missing commands and update README (#5195)
Commands: make, tinderbox.

Closes #5195

Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-02-27 18:51:44 +01:00
..
jhbuild.plugin.zsh jhbuild: add some missing commands and update README (#5195) 2020-02-27 18:51:44 +01:00
README.md jhbuild: add some missing commands and update README (#5195) 2020-02-27 18:51:44 +01:00

JHBuild

This plugin adds some JHBuild aliases.

To use it, add jhbuild to the plugins array of your zshrc file:

plugins=(... jhbuild)

Maintainer: Miguel Vaello

Aliases

Alias Command
jh jhbuild
jhb jhbuild build
jhbo jhbuild buildone
jhckb jhbuild checkbranches
jhckm jhbuild checkmodulesets
jhi jhbuild info
jhl jhbuild list
jhc jhbuild clean
jhco jhbuild cleanone
jhm jhbuild make
jhr jhbuild run
jhrd jhbuild rdepends
jhsd jhbuild sysdeps
jhu jhbuild update
jhuo jhbuild updateone
jhun jhbuild uninstall
jhsh jhbuild shell
jht jhbuild tinderbox