[zsh] Turns out only mac needs this baby

This commit is contained in:
2024-01-11 14:50:02 -05:00
parent 6afbabb149
commit d6972d5a47

View File

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