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:
parent
f11bb607c5
commit
ebb06c1657
1 changed files with 1 additions and 1 deletions
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue