This commit is contained in:
Bartek Stalewski 2020-10-01 15:42:36 +02:00
parent 2d72005a52
commit 042d46f7ec

View File

@ -8,8 +8,8 @@ export CLICOLOR=1
alias ll='ls -lh'
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
export FZF_DEFAULT_COMMAND='fd -H'
export FZF_CTRL_T_COMMAND='fd -H'
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_CTRL_R_OPTS="-e --layout=reverse"
_fzf_compgen_path() {