X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/a8d8a9d8efd756e7dfb84723d1cbc43e438413a2..27561e82e7e8c73ef73d9d25e66b677b71106108:/runcoms/zshrc?ds=sidebyside diff --git a/runcoms/zshrc b/runcoms/zshrc index cf1c248..3166acf 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -50,6 +50,8 @@ export VIRTUALENVWRAPPER_PYTHON="/usr/local/bin/python3" export GPG_TTY=$(tty) # FZF Config +[ -f ~/.fzf.zsh ] && source ~/.fzf.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''' if [[ -s "/opt/homebrew/bin/brew" ]]; then