You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
518 B
28 lines
518 B
# Aliases |
|
# |
|
alias jh='jhbuild' |
|
# Build |
|
alias jhb='jhbuild build' |
|
alias jhbo='jhbuild buildone' |
|
# Checks |
|
alias jhckb='jhbuild checkbranches' |
|
alias jhckm='jhbuild checkmodulesets' |
|
# Info & list |
|
alias jhi='jhbuild info' |
|
alias jhl='jhbuild list' |
|
# Clean |
|
alias jhc='jhbuild clean' |
|
alias jhco='jhbuild cleanone' |
|
# Run |
|
alias jhr='jhbuild run' |
|
# Depends |
|
alias jhrd='jhbuild rdepends' |
|
alias jhsd='jhbuild sysdeps' |
|
# Update |
|
alias jhu='jhbuild update' |
|
alias jhuo='jhbuild updateone' |
|
# Uninstall |
|
alias jhun='jhbuild uninstall' |
|
|
|
|
|
|
|
|