X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/3945b868e04daaff719b56a4666c4cb66d63b7a7..e4963fae03c4d4403fcca3157bebf5e47ef2010f:/runcoms/zshrc diff --git a/runcoms/zshrc b/runcoms/zshrc index a18511b..ea7d522 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -51,6 +51,8 @@ export GPG_TTY=$(tty) # FZF Config [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh +[ -f /usr/share/doc/fzf/examples/key-bindings.zsh ] && source /usr/share/doc/fzf/examples/key-bindings.zsh +[ -f /usr/share/doc/fzf/examples/completion.zsh ] && source /usr/share/doc/fzf/examples/completion.zsh export FZF_DEFAULT_COMMAND='/usr/bin/env rg --color never --files --hidden -g \!.git' export FZF_DEFAULT_OPTS='--preview ''bat --style=numbers --color=always {} | head -500'''