mirror of
https://github.com/atuinsh/atuin.git
synced 2025-02-16 18:32:05 +01:00
Document options
This commit is contained in:
parent
621feb17a6
commit
e85bd43b59
@ -15,6 +15,9 @@
|
|||||||
## enable or disable automatic sync
|
## enable or disable automatic sync
|
||||||
# auto_sync = true
|
# auto_sync = true
|
||||||
|
|
||||||
|
## enable or disable automatic update checks
|
||||||
|
# update_check = true
|
||||||
|
|
||||||
## how often to sync history. note that this is only triggered when a command
|
## how often to sync history. note that this is only triggered when a command
|
||||||
## is ran, so sync intervals may well be longer
|
## is ran, so sync intervals may well be longer
|
||||||
## set it to 0 to sync after every command
|
## set it to 0 to sync after every command
|
||||||
|
@ -47,6 +47,15 @@ true
|
|||||||
auto_sync = true/false
|
auto_sync = true/false
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### `update_check`
|
||||||
|
|
||||||
|
Configures whether or not to automatically check for updates. Defaults to
|
||||||
|
true.
|
||||||
|
|
||||||
|
```
|
||||||
|
auto_sync = true/false
|
||||||
|
```
|
||||||
|
|
||||||
### `sync_address`
|
### `sync_address`
|
||||||
|
|
||||||
The address of the server to sync with! Defaults to `https://api.atuin.sh`.
|
The address of the server to sync with! Defaults to `https://api.atuin.sh`.
|
||||||
|
Loading…
Reference in New Issue
Block a user