1
0
Fork 0
mirror of synced 2024-09-19 12:02:53 -04:00
zimfw/modules/environment
Joe Moon ffc9a03904 fix url quote magic
`url-quote-magic` automatically escapes characters that fit a URI scheme
as you type. From what I can tell from the commit history, this was
mistakenly placed in `else` branch of the nested conditional instead of
at the end of the outermost conditional.
2017-03-31 20:29:16 -07:00
..
init.zsh fix url quote magic 2017-03-31 20:29:16 -07:00
README.md [environment] add customizable term title 2017-01-21 08:54:32 -08:00

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
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