projects
/
zsh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64b2ffb
)
and dont run background jobs niced
author
Joerg Jaspert
<joerg@debian.org>
Sun, 3 Mar 2013 15:21:24 +0000
(16:21 +0100)
committer
Joerg Jaspert
<joerg@debian.org>
Sun, 3 Mar 2013 15:21:24 +0000
(16:21 +0100)
M .zsh/30_Options.zsh
.zsh/30_Options.zsh
patch
|
blob
|
history
diff --git
a/.zsh/30_Options.zsh
b/.zsh/30_Options.zsh
index
85e1c0f
..
43cd54f
100644
(file)
--- a/
.zsh/30_Options.zsh
+++ b/
.zsh/30_Options.zsh
@@
-272,6
+272,9
@@
is41 && SetOPT TRANSIENT_RPROMPT
# Send the HUP signal to running jobs when the shell exits.
UnsetOPT HUP
+# Run all background jobs at a lower priority.
+UnsetOPT BG_NICE
+
unfunction -m SetOPT
unfunction -m UnsetOPT
unfunction -m SetOPTifExists