1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-19 08:45:36 +00:00

Update Atuin config for key and session paths and sync frequency

This commit is contained in:
Luna 2023-06-12 12:31:35 +02:00
parent 10fd15050f
commit 7eebd0ff43

View file

@ -4,10 +4,10 @@
# db_path = "~/.history.db" # db_path = "~/.history.db"
## where to store your encryption key, default is your system data directory ## where to store your encryption key, default is your system data directory
# key_path = "~/.key" key_path = "~/.config/atuin/.key"
## where to store your auth session token, default is your system data directory ## where to store your auth session token, default is your system data directory
# session_path = "~/.key" session_path = "~/.config/atuin/.key"
## date format used, either "us" or "uk" ## date format used, either "us" or "uk"
# dialect = "us" # dialect = "us"
@ -24,7 +24,7 @@ sync_address = ""
## 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
# sync_frequency = "1h" sync_frequency = "30m"
## which search mode to use ## which search mode to use
## possible values: prefix, fulltext, fuzzy, skim ## possible values: prefix, fulltext, fuzzy, skim