Bold for configuration sub-sections
This commit is contained in:
parent
a8dff148e5
commit
691c27d97a
1 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ Then add this line to your ``.zshrc``. Make sure it is **before** the line ``sou
|
||||||
Configuration
|
Configuration
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
*Notification Threshold*
|
**Notification Threshold**
|
||||||
|
|
||||||
By default, ``auto-notify`` will send notifications for tasks that take longer than 10 seconds. You
|
By default, ``auto-notify`` will send notifications for tasks that take longer than 10 seconds. You
|
||||||
can configure this value by setting the environment variable ``AUTO_NOTIFY_THRESHOLD``:
|
can configure this value by setting the environment variable ``AUTO_NOTIFY_THRESHOLD``:
|
||||||
|
@ -94,7 +94,7 @@ can configure this value by setting the environment variable ``AUTO_NOTIFY_THRES
|
||||||
export AUTO_NOTIFY_THRESHOLD=20
|
export AUTO_NOTIFY_THRESHOLD=20
|
||||||
|
|
||||||
|
|
||||||
*Ignored Commands*
|
**Ignored Commands**
|
||||||
|
|
||||||
A number of commands do not get notifications for long running times due to their nature (e.g. ``watch`` or ``man``).
|
A number of commands do not get notifications for long running times due to their nature (e.g. ``watch`` or ``man``).
|
||||||
The list of ignored commands is specified in the ``AUTO_NOTIFY_IGNORE`` environment variable. This can be modified
|
The list of ignored commands is specified in the ``AUTO_NOTIFY_IGNORE`` environment variable. This can be modified
|
||||||
|
|
Loading…
Add table
Reference in a new issue