7 lines
		
	
	
	
		
			110 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			110 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
setopt histignoredups
 | 
						|
 | 
						|
setopt inc_append_history
 | 
						|
 | 
						|
HISTSIZE=10000
 | 
						|
SAVEHIST=10000
 | 
						|
HISTFILE=~/.cache/zsh/history
 |