1
0
Fork 0
mirror of synced 2024-06-27 19:01:10 -04:00
zimfw/modules/environment/README.md

21 lines
710 B
Markdown
Raw Normal View History

2015-12-15 02:15:54 -05:00
Environment
===========
Sets generic Zsh built-in environment options.
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
Uses `.zimrc` defined `${ztermtitle}` variable to set the terminal title, if defined.
2015-12-15 02:15:54 -05:00
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 |