From a562b4243ed68d7e0cade431d859a8df82b2b258 Mon Sep 17 00:00:00 2001 From: romkatv Date: Thu, 7 Mar 2019 16:42:16 +0100 Subject: [PATCH] unsetopt bg_nice --- gitstatus/gitstatus.plugin.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/gitstatus/gitstatus.plugin.zsh b/gitstatus/gitstatus.plugin.zsh index 2bcb7b13..faf41651 100644 --- a/gitstatus/gitstatus.plugin.zsh +++ b/gitstatus/gitstatus.plugin.zsh @@ -168,6 +168,7 @@ typeset -fH _gitstatus_process_response() { function gitstatus_start() { emulate -L zsh setopt err_return no_unset + unsetopt bg_nice local opt local -F timeout=5