Fix env var name in README

`s/AUTO_NOTIFY_NOTIFY/AUTO_NOTIFY_IGNORE/`
This commit is contained in:
Aestek 2019-07-16 09:22:55 +02:00 committed by GitHub
parent 0985a33107
commit 2583ee4ef9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,7 +99,7 @@ or completely overwritten based on your use case.
:: ::
# Add docker to list of ignored commands # Add docker to list of ignored commands
AUTO_NOTIFY_NOTIFY+=("docker") AUTO_NOTIFY_IGNORE+=("docker")
Make sure that you append to the array above *after* your plugin manager has been loaded in your ``zshrc``. Make sure that you append to the array above *after* your plugin manager has been loaded in your ``zshrc``.