aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-client/config.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2026-01-27 12:45:20 -0800
committerGitHub <noreply@github.com>2026-01-27 12:45:20 -0800
commitdfcd38c502f7c1cb1872ccb37b211404e8e920bf (patch)
treeb82582cbc27fbf6611ba894e384175517403fb50 /crates/atuin-client/config.toml
parentchore(deps): Update to ratatui 0.30.0 (#3104) (diff)
downloadatuin-dfcd38c502f7c1cb1872ccb37b211404e8e920bf.zip
feat: support setting a custom data dir in config (#3105)
<!-- Thank you for making a PR! Bug fixes are always welcome, but if you're adding a new feature or changing an existing one, we'd really appreciate if you open an issue, post on the forum, or drop in on Discord --> ## Checks - [ ] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [ ] I have checked that there are no existing pull requests for the same thing
Diffstat (limited to 'crates/atuin-client/config.toml')
-rw-r--r--crates/atuin-client/config.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/crates/atuin-client/config.toml b/crates/atuin-client/config.toml
index 117ea066..94f4a180 100644
--- a/crates/atuin-client/config.toml
+++ b/crates/atuin-client/config.toml
@@ -1,3 +1,9 @@
+## Base directory for Atuin data files (databases, keys, session, etc.)
+## All data file paths default to being relative to this directory.
+## linux/mac: ~/.local/share/atuin (or XDG_DATA_HOME/atuin)
+## windows: %USERPROFILE%/.local/share/atuin
+# data_dir = "~/.local/share/atuin"
+
## where to store your database, default is your system data directory
## linux/mac: ~/.local/share/atuin/history.db
## windows: %USERPROFILE%/.local/share/atuin/history.db