summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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