2025-12-26

This commit is contained in:
2025-12-26 17:45:28 -05:00
parent eef10fc372
commit 223616e1ec
3 changed files with 12 additions and 18 deletions
+3 -3
View File
@@ -6,7 +6,7 @@ db_path = "~/Sync/Atuin/history.db"
## where to store your encryption key, default is your system data directory
## linux/mac: ~/.local/share/atuin/key
## windows: %USERPROFILE%/.local/share/atuin/key
# key_path = "~/.key"
key_path = "~/Sync/Atuin/key"
## where to store your auth session token, default is your system data directory
## linux/mac: ~/.local/share/atuin/session
@@ -60,11 +60,11 @@ db_path = "~/Sync/Atuin/history.db"
## which style to use
## possible values: auto, full, compact
# style = "auto"
style = "auto"
## the maximum number of lines the interface should take up
## set it to 0 to always go full screen
# inline_height = 0
inline_height = 0
## Invert the UI - put the search bar at the top , Default to `false`
# invert = false