From 3e1735b06eb458525b496645dd6cc9ffc606f61d Mon Sep 17 00:00:00 2001 From: LangLangBart <92653266+LangLangBart@users.noreply.github.com> Date: Sat, 14 Oct 2023 10:41:01 +0200 Subject: [zsh] Fix 'emulate: unknown argument -o' error on old zsh (#3465) Fix #2094 --- shell/key-bindings.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/key-bindings.zsh') diff --git a/shell/key-bindings.zsh b/shell/key-bindings.zsh index 4c4f0a08..b64f7916 100644 --- a/shell/key-bindings.zsh +++ b/shell/key-bindings.zsh @@ -35,7 +35,7 @@ else } fi -'emulate' 'zsh' '-o' 'no_aliases' +'builtin' 'emulate' 'zsh' && 'builtin' 'setopt' 'no_aliases' { -- cgit v1.2.3