Browse Source

[zsh] Turns out only mac needs this baby

Colin Powell 1 year ago
parent
commit
d6972d5a47
1 changed files with 0 additions and 16 deletions
  1. 0 16
      zsh/.fzf.zsh

+ 0 - 16
zsh/.fzf.zsh

@@ -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"