5 lines
		
	
	
	
		
			200 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			200 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# fzf settings
 | 
						|
if type fzf &>/dev/null; then
 | 
						|
  export FZF_DEFAULT_OPTS="--reverse --bind change:first --bind ctrl-j:down,ctrl-k:up -i --cycle --header-first --border rounded"
 | 
						|
  source <(fzf --zsh)
 | 
						|
fi
 |