Fix env var name in README
`s/AUTO_NOTIFY_NOTIFY/AUTO_NOTIFY_IGNORE/`
This commit is contained in:
parent
0985a33107
commit
2583ee4ef9
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ or completely overwritten based on your use case.
|
|||
::
|
||||
|
||||
# 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``.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue