From b7b1dfbe681834deeaf79c42ecef30dbc2d21b86 Mon Sep 17 00:00:00 2001 From: chenyc Date: Sat, 7 Jan 2023 01:39:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0fzf=E9=85=8D=E7=BD=AE=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0FZF=5FDEFAULT=5FOPTS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/fzf.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/fzf.zsh b/config/fzf.zsh index 7cc68b5..f357908 100644 --- a/config/fzf.zsh +++ b/config/fzf.zsh @@ -1,4 +1,4 @@ -# export FZF_DEFAULT_OPTS="--height 12 --layout=reverse --history=$OMZ/cache/fzfhistory" +export FZF_DEFAULT_OPTS="--height 12 --layout=reverse --history=$OMZ/cache/fzfhistory" export FZF_DEFAULT_COMMAND="fd --exclude={.git,.idea,.vscode,.sass-cache,node_modules,build,dist,vendor} --type f" export FZF_PREVIEW_COMMAND='bash $OMZ/lib/file_preview.sh {}'