2018-05-18 14:52:24 -04:00
|
|
|
environment
|
2015-12-15 02:15:54 -05:00
|
|
|
===========
|
|
|
|
|
2018-12-17 14:11:16 -05:00
|
|
|
Sets generic Zsh built-in environment options.
|
2015-12-15 02:15:54 -05:00
|
|
|
|
2015-12-15 02:16:11 -05:00
|
|
|
Also enables smart URL-pasting. This prevents the user from having to manually escape URLs.
|
2015-12-15 02:15:54 -05:00
|
|
|
|
2017-01-21 11:54:32 -05:00
|
|
|
Uses `.zimrc` defined `${ztermtitle}` variable to set the terminal title, if defined.
|
|
|
|
|
2018-12-17 14:11:16 -05:00
|
|
|
Zsh options
|
2015-12-15 02:15:54 -05:00
|
|
|
-----------
|
|
|
|
|
2018-05-18 14:52:24 -04:00
|
|
|
* `AUTO_RESUME` resumes an existing job before creating a new one.
|
|
|
|
* `INTERACTIVE_COMMENTS` allows comments starting with `#` in the shell.
|
|
|
|
* `LONG_LIST_JOBS` lists jobs in verbose format by default.
|
|
|
|
* `NOTIFY` reports job status immediately instead of waiting for the prompt.
|
|
|
|
* `NO_BG_NICE` prevents background jobs being given a lower priority.
|
|
|
|
* `NO_CHECK_JOBS` prevents status report of jobs on shell exit.
|
|
|
|
* `NO_HUP` prevents SIGHUP to jobs on shell exit.
|