unsetopt bg_nice

This commit is contained in:
romkatv 2019-03-07 16:42:16 +01:00
parent 1fa1e10468
commit a562b4243e

View file

@ -168,6 +168,7 @@ typeset -fH _gitstatus_process_response() {
function gitstatus_start() { function gitstatus_start() {
emulate -L zsh emulate -L zsh
setopt err_return no_unset setopt err_return no_unset
unsetopt bg_nice
local opt local opt
local -F timeout=5 local -F timeout=5