summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2009-09-06 12:57:20 +0200
committerFlorian Pritz <bluewind@xssn.at>2009-09-06 12:57:20 +0200
commit8a8113f6ed4d51600ddc6fc41e91f1c1d9769efc (patch)
tree214b91fd5e781809e16c083ff68cc02fff4c4050 /.zshrc
parent14f711a632f9e131ea3d512144ad00d69fcbf741 (diff)
downloaddotfiles-8a8113f6ed4d51600ddc6fc41e91f1c1d9769efc.tar.gz
dotfiles-8a8113f6ed4d51600ddc6fc41e91f1c1d9769efc.tar.xz
zshrc: don't warn for bg jobs on exit
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 308b9bf..3b19aaf 100644
--- a/.zshrc
+++ b/.zshrc
@@ -363,6 +363,8 @@ setopt pushd_ignore_dups
# don't kill jobs when exiting shell
setopt no_hup
+# and don't warn
+setopt no_check_jobs
# show us when some command didn't exit with 0
setopt print_exit_value