Sets generic Zsh built-in environment options.
Also enables smart URL-pasting. This prevents the user from having to manually escape URLs.
You can set a custom terminal title containing prompt expansion escape sequences, that is redrawn before and after any command is executed. The example below sets the title to show the current directory name and command running in the terminal:
zstyle ':zim:environment' termtitle '%1~ $1'
AUTO_RESUMEresumes an existing job before creating a new one.INTERACTIVE_COMMENTSallows comments starting with#in the shell.LONG_LIST_JOBSlists jobs in verbose format by default.NOTIFYreports job status immediately instead of waiting for the prompt.NO_BG_NICEprevents background jobs being given a lower priority.NO_CHECK_JOBSprevents status report of jobs on shell exit.NO_HUPprevents SIGHUP to jobs on shell exit.