diff --git a/modules/environment/README.md b/modules/environment/README.md index 1b0f972..a8d18dc 100644 --- a/modules/environment/README.md +++ b/modules/environment/README.md @@ -3,7 +3,7 @@ Environment Sets generic Zsh built-in environment options. -Also enables smart url-pasting. This prevents the user from having to manually escape URLs. +Also enables smart URL-pasting. This prevents the user from having to manually escape URLs. ZSH Options ----------- diff --git a/modules/environment/init.zsh b/modules/environment/init.zsh index 8677757..94e605e 100644 --- a/modules/environment/init.zsh +++ b/modules/environment/init.zsh @@ -19,7 +19,7 @@ setopt NOTIFY # Run all background jobs at a lower priority. This option is set by default. unsetopt BG_NICE -# Send the HUP signal to running jobs when the shell exits. +# Send the HUP signal to running jobs when the shell exits. unsetopt HUP # Report the status of background and suspended jobs before exiting a shell with job control;