[zsh] Turns out only mac needs this baby
This commit is contained in:
16
zsh/.fzf.zsh
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"
|
||||
Reference in New Issue
Block a user