From 117f54d06483be0f867e1e51fd1347072f4ffb07 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Fri, 4 Jul 2025 17:42:35 +0000 Subject: [PATCH] chore: remove fzf-zsh config :fire: --- .fzf.zsh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .fzf.zsh diff --git a/.fzf.zsh b/.fzf.zsh deleted file mode 100644 index 10b65a6..0000000 --- a/.fzf.zsh +++ /dev/null @@ -1,13 +0,0 @@ -# Setup fzf -# --------- -if [[ ! "$PATH" == */home/linuxbrew/.linuxbrew/opt/fzf/bin* ]]; then - PATH="${PATH:+${PATH}:}/home/linuxbrew/.linuxbrew/opt/fzf/bin" -fi - -# Auto-completion -# --------------- -[[ $- == *i* ]] && source "/home/linuxbrew/.linuxbrew/opt/fzf/shell/completion.zsh" 2> /dev/null - -# Key bindings -# ------------ -source "/home/linuxbrew/.linuxbrew/opt/fzf/shell/key-bindings.zsh"