From 3f710c3166c52d2925c455b3dd7202fd00cfeeef Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Thu, 1 Oct 2020 17:04:41 +0200 Subject: [PATCH] cleaning --- zsh/zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zsh/zshrc b/zsh/zshrc index cb77eba..a2c8f7a 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -10,13 +10,13 @@ alias ll='ls -lh' [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh export FZF_DEFAULT_COMMAND='fd -H -c never' export FZF_CTRL_T_COMMAND='fd -H -c never' -export FZF_DEFAULT_OPTS="-e --layout=reverse --preview='bat --color=always --tabs=2 --style=plain --theme=Monokai\ Extended {}'" +export FZF_DEFAULT_OPTS="-e --multi --layout=reverse --preview='bat --color=always --tabs=2 --style=plain --theme=Monokai\ Extended {}'" export FZF_CTRL_R_OPTS="-e --layout=reverse" _fzf_compgen_path() { - fd -H . "$1" + fd -H -c never. "$1" } _fzf_compgen_dir() { - fd -H --type d . "$1" + fd -H -c never--type d . "$1" } source ~/.zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh