mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
unsetopt bg_nice
This commit is contained in:
parent
1fa1e10468
commit
a562b4243e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue