mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			132 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			132 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
alias p2s='pm2 start'
 | 
						|
alias p2o='pm2 stop'
 | 
						|
alias p2d='pm2 delete'
 | 
						|
alias p2r='pm2 restart'
 | 
						|
alias p2i='pm2 list'
 | 
						|
alias p2l='pm2 logs'
 |