fix typos
This commit is contained in:
parent
a11c36c305
commit
8678752d91
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
-----------
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue