浏览代码

[zsh] Turns out only mac needs this baby

Colin Powell 1 年之前
父节点
当前提交
d6972d5a47
共有 1 个文件被更改,包括 0 次插入16 次删除
  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"