mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	Added history plugin
This commit is contained in:
		
							parent
							
								
									e8d582aba9
								
							
						
					
					
						commit
						8ba97c3644
					
				
							
								
								
									
										8
									
								
								plugins/history/history.plugin.zsh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								plugins/history/history.plugin.zsh
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,8 @@
 | 
			
		||||
alias h='history'
 | 
			
		||||
 | 
			
		||||
function hs
 | 
			
		||||
{
 | 
			
		||||
    history | grep $*
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
alias hsi='hs -i'
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user