This commit is contained in:
Mulia Nasution 2018-05-15 12:45:04 +00:00 committed by GitHub
commit 9770706d76
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 |