From d6972d5a4723aa4ebd78671382dda6f1d0fa2e5f Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 11 Jan 2024 14:50:02 -0500 Subject: [PATCH] [zsh] Turns out only mac needs this baby --- zsh/.fzf.zsh | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 zsh/.fzf.zsh 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"