1
0
Fork 0
mirror of synced 2024-11-22 23:35:35 -05:00

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. 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 ZSH Options
----------- -----------

View file

@ -19,7 +19,7 @@ setopt NOTIFY
# Run all background jobs at a lower priority. This option is set by default. # Run all background jobs at a lower priority. This option is set by default.
unsetopt BG_NICE 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 unsetopt HUP
# Report the status of background and suspended jobs before exiting a shell with job control; # Report the status of background and suspended jobs before exiting a shell with job control;