mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	Commands: make, tinderbox. Closes #5195 Co-authored-by: Marc Cornellà <marc.cornella@live.com>
		
			
				
	
	
		
			33 lines
		
	
	
		
			638 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			638 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# JHBuild Aliases
 | 
						|
 | 
						|
# Base
 | 
						|
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'
 | 
						|
# Make
 | 
						|
alias jhm='jhbuild make'
 | 
						|
# 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'
 | 
						|
# Shell
 | 
						|
alias jhsh='jhbuild shell'
 | 
						|
# Tinderbox
 | 
						|
alias jht='jhbuild tinderbox'
 |