Browse Source

feat(fzf): add default fzf_base for msys2 (#12274)

Misaka 1 month ago
parent
commit
4fd2af0a82
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/fzf/fzf.plugin.zsh

+ 1 - 0
plugins/fzf/fzf.plugin.zsh

@@ -8,6 +8,7 @@ function fzf_setup_using_base_dir() {
       "${HOME}/.fzf"
       "${HOME}/.nix-profile/share/fzf"
       "${XDG_DATA_HOME:-$HOME/.local/share}/fzf"
+      "${MSYSTEM_PREFIX}/share/fzf"
       "/usr/local/opt/fzf"
       "/opt/homebrew/opt/fzf"
       "/usr/share/fzf"