add environment documentation
This commit is contained in:
parent
f823d50baf
commit
a11c36c305
1 changed files with 18 additions and 0 deletions
18
modules/environment/README.md
Normal file
18
modules/environment/README.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
Environment
|
||||
===========
|
||||
|
||||
Sets generic Zsh built-in environment options.
|
||||
|
||||
Also enables smart url-pasting. This prevents the user from having to manually escape URLs.
|
||||
|
||||
ZSH Options
|
||||
-----------
|
||||
|
||||
| Option | Effect |
|
||||
| ------ | ------ |
|
||||
| AUTO_RESUME | Resume existing jobs before creating a new job |
|
||||
| LONG_LIST_JOBS | Use the verbose list format by default |
|
||||
| NOTIFY | Report job status immediately instead of waiting for new prompt |
|
||||
| BG_NICE | Disabled to prevent jobs being given a lower priority |
|
||||
| HUP | Disabed to prevent SIGHUP to jobs on shell close |
|
||||
| CHECK_JOBS | Disabled to prevent job report on shell close |
|
Loading…
Reference in a new issue