diff --git a/zsh/.fzf.zsh b/zsh/.fzf.zsh deleted file mode 100644 index d94d8cb..0000000 --- a/zsh/.fzf.zsh +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env zsh - - -# Setup fzf -# --------- -if [[ ! "$PATH" == */opt/homebrew/opt/fzf/bin* ]]; then - PATH="${PATH:+${PATH}:}/opt/homebrew/opt/fzf/bin" -fi - -# Auto-completion -# --------------- -source "/opt/homebrew/opt/fzf/shell/completion.zsh" - -# Key bindings -# ------------ -source "/opt/homebrew/opt/fzf/shell/key-bindings.zsh"