1
0
Fork 0
mirror of synced 2024-06-01 23:01:11 -04:00
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

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 |