From 6b0b6c2f9aea9568e44d80d331df3c1a58ad3545 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Tue, 25 Sep 2012 12:30:19 -0400 Subject: [PATCH] Do not setopt LOCAL_OPTIONS in set-titles-with-command emulate -L zsh sets LOCAL_OPTIONS and LOCAL_TRAPS --- modules/terminal/init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/terminal/init.zsh b/modules/terminal/init.zsh index 98571c9..d5cd3ec 100644 --- a/modules/terminal/init.zsh +++ b/modules/terminal/init.zsh @@ -48,7 +48,7 @@ function set-titles-with-command { fi emulate -L zsh - setopt LOCAL_OPTIONS EXTENDED_GLOB + setopt EXTENDED_GLOB # Get the command name that is under job control. if [[ "${1[(w)1]}" == (fg|%*)(\;|) ]]; then