zimfw/modules/environment
Eric Nielsen d0429dc0bb [environment] Remove path separator from WORDCHARS
So individual path elements can be edited with backward-kill-word and
backward-word/forward-word keys.

Fixes #206.
2017-09-21 19:23:14 -05:00
..
README.md [environment] Recognize comments starting with '#' 2017-07-30 17:37:12 -05:00
init.zsh [environment] Remove path separator from WORDCHARS 2017-09-21 19:23:14 -05:00

README.md

Environment

Sets generic Zsh built-in environment options.

Also enables smart URL-pasting. This prevents the user from having to manually escape URLs.

Uses .zimrc defined ${ztermtitle} variable to set the terminal title, if defined.

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
INTERACTIVE_COMMENTS Recognize comments starting with #
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