惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
SegmentFault 最新的问题
Google DeepMind News
Google DeepMind News
G
Google Developers Blog
Martin Fowler
Martin Fowler
MongoDB | Blog
MongoDB | Blog
月光博客
月光博客
Jina AI
Jina AI
宝玉的分享
宝玉的分享
人人都是产品经理
人人都是产品经理
D
DataBreaches.Net
V
V2EX
WordPress大学
WordPress大学
T
The Blog of Author Tim Ferriss
Last Week in AI
Last Week in AI
B
Blog
博客园 - 叶小钗
小众软件
小众软件
Stack Overflow Blog
Stack Overflow Blog
P
Proofpoint News Feed
A
About on SuperTechFans
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Y
Y Combinator Blog
Microsoft Security Blog
Microsoft Security Blog

Atuin Community - Latest posts

Is Atuin Desktop orphaned? Strange commented history entries Learnings from the Debian/Ubuntu Package About the Package Maintenance category Bind self-update to "binary platform" along the OS platform History.db not changing, but history is being stored....where? Self-hosted key failure The API request to create the runbook failed Imported [space]commands presentation Error: migration was previously applied but is missing in the resolved migrations Using working directories history to ease navigation Per-directory default filter mode Low statement: execution time exceeded alert threshold Always chronologically ordered history Atuin 18.18.1 replaces my RPS1 Session+ filter behaving differently after upgrade Plans on plugin system for atuin Login fails with "bad protocol version" Smart_sort with daemon-fuzzy Internationalization Fzf output is more correct compared to atuin [Feature]: Add option to hide filter section or make it with minimal static width Full replace zsh HISTFILE with atuin SUGGESTION - new paramater for command line SUGGESTION - new parameter for the command line Slight Mod to history screen Appreciation to Elli and the team Broken Reset Password for Hub Can't sign up to Hub Up Arrow key to act like the "native" history navigation when invert=true
SUGGESTION - atuin doctor to print config locations
AtomicRobotMan0101 · 2026-08-02 · via Atuin Community - Latest posts

$atuin doctor provides some useful info.

On my systems (Linux Mint Cinnamon (mine), Fedora and Ubuntu (work)) the config files are spread all over the place(s). My memory resembles Swiss cheese, so remembering their locations is a challenge.

if doctor also provided the location of the configs and the files it likes to modify to make it work, it may remove some load off the forums(?) by people like me :disguised_face:

e.g. the AI when queried, dumped the following on this particular system (my dev box, one of … uummm, four!)

Here’s the full picture of Atuin on your system:

Binary

  • /home/atomicrobot/.atuin/bin/atuin — installed via cargo-dist (v18.18.1)

Config files

  • /home/atomicrobot/.config/atuin/config.toml — main config
  • /home/atomicrobot/.config/atuin/permissions.ai.toml — AI permission grants
  • /home/atomicrobot/.config/atuin/atuin-receipt.json — install receipt (metadata)

Data files

  • /home/atomicrobot/.local/share/atuin/ — all databases live here:

  • history.db — your command history

  • ai_sessions.db — AI session continuity

  • records.db, meta.db, kv.db, scripts.db — sync & internal state

  • key — encryption key

  • dotfiles/ — synced shell aliases

Logs

  • /home/atomicrobot/.atuin/logs/ — with the config we just added:

  • ai.log.YYYY-MM-DD — AI requests/responses (debug level)

  • daemon.log.YYYY-MM-DD — daemon logs

  • search.log.YYYY-MM-DD — search logs

Shell init (atuin lives in three shells)

  • fish: ~/.config/fish/config.fish — atuin init fish | source
  • bash: ~/.bashrc — sources env + atuin init bash
  • zsh: ~/.zshrc — sources env + atuin init zsh

Env script

  • /home/atomicrobot/.atuin/bin/env — shared env setup sourced by bash/zsh