From b81ae3627407ccaa7253d6dec2340ba166fd0024 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sun, 12 Dec 2021 16:01:09 +0100 Subject: [PATCH] chore(zsh): add fzf plugin for Antigen --- zshrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/zshrc b/zshrc index 0eb12df..02c76ff 100644 --- a/zshrc +++ b/zshrc @@ -25,9 +25,6 @@ BASE16_SHELL="$HOME/.config/base16-shell/" # FD FD_OPTIONS="--follow --exclude .git --exclude node_modules" -# FZF -[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh - export FZF_DEFAULT_COMMAND="git ls-files --cached --others --exclude-standard | fd --hidden --type f --type l $FD_OPTIONS" export FZF_DEFAULT_OPTS='--no-height' @@ -62,6 +59,9 @@ export BAT_PAGER="less -R" # Starship eval "$(starship init zsh)" +# FZF +[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh + # Path path=( $HOME/.dotfiles/bin @@ -365,6 +365,7 @@ antigen bundle colorize antigen bundle docker antigen bundle dotenv antigen bundle extract +antigen bundle fzf antigen bundle gem antigen bundle git antigen bundle git-extras