diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-03-07 18:42:16 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-03-07 18:42:16 +0300 |
commit | a562b4243ed68d7e0cade431d859a8df82b2b258 (patch) | |
tree | 2f6095720fa28e9d4c07677d5aaecb9137626933 /gitstatus | |
parent | 1fa1e104682a2fbb0308190f0e3fa13751cb535c (diff) |
unsetopt bg_nice
Diffstat (limited to 'gitstatus')
-rw-r--r-- | gitstatus/gitstatus.plugin.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |