mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
fzf: add support for FreeBSD (#8474)
This commit is contained in:
parent
7dddfe0a39
commit
4338a731b7
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ function setup_using_base_dir() {
|
||||||
"${HOME}/.fzf"
|
"${HOME}/.fzf"
|
||||||
"/usr/local/opt/fzf"
|
"/usr/local/opt/fzf"
|
||||||
"/usr/share/fzf"
|
"/usr/share/fzf"
|
||||||
|
"/usr/local/share/examples/fzf"
|
||||||
)
|
)
|
||||||
for dir in ${fzfdirs}; do
|
for dir in ${fzfdirs}; do
|
||||||
if [[ -d "${dir}" ]]; then
|
if [[ -d "${dir}" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue