diff options
-rw-r--r-- | .zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |