1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

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

This commit is contained in:
Misaka
2024-03-10 10:16:16 +08:00
committed by GitHub
parent 06753e8146
commit 4fd2af0a82

View File

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