mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	Simplify `if' into oneliner, allow spaces in HISTFILE
This commit is contained in:
		@@ -1,8 +1,5 @@
 | 
			
		||||
## Command history configuration
 | 
			
		||||
if [ -z "$HISTFILE" ]; then
 | 
			
		||||
    HISTFILE=$HOME/.zsh_history
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
[ -z "$HISTFILE" ] && HISTFILE="$HOME/.zsh_history"
 | 
			
		||||
HISTSIZE=10000
 | 
			
		||||
SAVEHIST=10000
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user