]> git.r.bdr.sh - rbdr/dotfiles/blobdiff - runcoms/zshrc
Update karabiner
[rbdr/dotfiles] / runcoms / zshrc
index 07d4269777b51fc72acb4f349705ebe317222ec8..068e2be8f6d3c66728e7a5b720e8ac3676d906e2 100644 (file)
@@ -39,9 +39,7 @@ export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools:$ANDROID_NDK_
 export GPG_TTY=$(tty)
 
 # FZF Config
-[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
-[ -f /usr/share/doc/fzf/examples/key-bindings.zsh ] && source /usr/share/doc/fzf/examples/key-bindings.zsh
-[ -f /usr/share/doc/fzf/examples/completion.zsh ] && source /usr/share/doc/fzf/examples/completion.zsh
+[ -x "$(command -v fzf)" ] && source <(fzf --zsh)
 
 export FZF_DEFAULT_COMMAND='/usr/bin/env rg --color never --files --hidden -g \!.git'
 export FZF_DEFAULT_OPTS='--preview ''bat --style=numbers --color=always {} | head -500'''
@@ -67,13 +65,6 @@ if [[ -s "/opt/homebrew/bin/brew" ]]; then
   . /opt/homebrew/etc/profile.d/z.sh
   . /opt/homebrew/opt/asdf/libexec/asdf.sh
 else
-  # FZF Vim (Linux)
-  if [[ -s "/usr/local/bin/brew" ]]; then
-    export FZF_VIM_PATH=/usr/local/opt/fzf
-  else
-    export FZF_VIM_PATH=/usr/share/doc/fzf/examples
-  fi
-
   # Z (Linux)
   if [[ -s "/usr/libexec/z.sh" ]]; then
     . /usr/libexec/z.sh