fix typos

This commit is contained in:
Matt Hamilton 2015-12-15 02:16:11 -05:00
parent a11c36c305
commit 8678752d91
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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.<Paste>
# 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;