Add enable/disable functionality
This commit is contained in:
parent
73b47b1383
commit
bd83266ccf
3 changed files with 30 additions and 3 deletions
|
@ -9,6 +9,7 @@ has completed.
|
|||
* Usage_
|
||||
* Requirements_
|
||||
* Installation_
|
||||
* `Temporarily Disabling Notifications`
|
||||
* Contributing_
|
||||
* `Running Tests`_
|
||||
|
||||
|
@ -66,6 +67,13 @@ Then add this line to your ``.zshrc``. Make sure it is **before** the line ``sou
|
|||
|
||||
plugins=(auto-notify $plugins)
|
||||
|
||||
Temporarily Disabling Notifications
|
||||
-----------------------------------
|
||||
|
||||
You can temporarily disable auto notify by running the command ``disable_auto_notify``.
|
||||
|
||||
When you want to re-enable notifications, run the command ``enable_auto_notify``.
|
||||
|
||||
Contributing
|
||||
------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue