# # Set options related to background jobs # # Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # # Source repository: http://git.madduck.net/v/etc/zsh.git # # report immediately when background jobs finish setopt notify # do not auto-nice background processes setopt no_bgnice # do not send HUP signal to jobs when the shell exits setopt nohup # do alert me of running jobs before exiting setopt checkjobs # display PID when suspending processes as well setopt longlistjobs # vim:ft=zsh