m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 15:53:39 -05:00

[zsh] Fix 'emulate: unknown argument -o' error on old zsh (#3465)

Fix #2094
This commit is contained in:
LangLangBart
2023-10-14 10:41:01 +02:00
committed by GitHub
parent de7ef7eace
commit 3e1735b06e
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ else
}
fi
'emulate' 'zsh' '-o' 'no_aliases'
'builtin' 'emulate' 'zsh' && 'builtin' 'setopt' 'no_aliases'
{