diff --git a/zshrc b/zshrc index c5f8be8..bb01307 100644 --- a/zshrc +++ b/zshrc @@ -2055,14 +2055,14 @@ setopt extendedglob ############### 9. Modules ################ ########################################### -## IF fzf is AVAILABLE -if [ $(command -v fzf) ]; then - ## If local fzf bin is available use it in priority if [[ ! "$PATH" == *"${HOME}"/.fzf/bin* ]]; then export PATH="${HOME}/.fzf/bin:${PATH}" fi +## IF fzf is AVAILABLE +if [ $(command -v fzf) ]; then + ## IF fd is AVAILABLE {{{ if [ -f ~/bin/fd ] || [ -f /bin/fd ] ||