1
0
Fork 0
mirror of synced 2024-06-26 02:11:09 -04:00
zimfw/modules/environment
Matt Hamilton 11aaff5614 Compare version as float
ZSH_VERSION isn't guarenteed to be a float (5.1.1). In this case, it
should be safe to just strip it to a float: 5.1(.1)

closes issue #3
2015-12-27 03:46:50 -05:00
..
init.zsh Compare version as float 2015-12-27 03:46:50 -05:00
README.md fix typos 2015-12-15 02:17:37 -05:00

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