Fix >| symbol

The `>|` symbol not renders correctly because it's inside of a table. Notice table in markdown also use `|` symbol.
This commit is contained in:
Mulia Nasution 2018-05-09 10:46:45 +07:00 committed by GitHub
parent f11bb607c5
commit ebb06c1657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ ZSH options
| PUSHD_TO_HOME | pushd without arguments acts like `pushd ${HOME}` |
| EXTENDED_GLOB | Treat `#`, `~`, and `^` as patterns for filename globbing |
| MULTIOS | Performs implicit tees or cats when using redirections |
| NO_CLOBBER | Disables overwrite existing files with `>`. Use `>|` or `>!` instead |
| NO_CLOBBER | Disables overwrite existing files with `>`. Use `>\|` or `>!` instead |