From bade75cf39afdb4a0944e16a445cdcb65a6cb5f9 Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Fri, 16 Jan 2026 11:21:50 -0800 Subject: Add ~/.config/atuin deletion to uninstall docs (#3070) **Migrated from atuinsh/docs PR:** https://github.com/atuinsh/docs/pull/100 **Original author:** @justinmayer --- Since the `~/.config/atuin` directory (and configuration files within) appear to be created when Atuin is first invoked, this directory should be added to the list of directories to be deleted in the uninstall documentation. Co-authored-by: Justin Mayer Co-authored-by: Claude Opus 4.5 --- docs/docs/uninstall.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/docs/uninstall.md b/docs/docs/uninstall.md index 77008ab6..a608a5c8 100644 --- a/docs/docs/uninstall.md +++ b/docs/docs/uninstall.md @@ -5,8 +5,9 @@ Sorry to see you go! If you used the Atuin installer, you can totally delete it by removing the following 1. Delete the ~/.atuin directory -2. Delete the ~/.local/share/atuin directory -3. Remove the line referencing "atuin init" from your shell config +2. Delete the ~/.config/atuin directory +3. Delete the ~/.local/share/atuin directory +4. Remove the line referencing "atuin init" from your shell config Otherwise, uninstalling Atuin depends on your system, and how you installed it. -- cgit v1.3.1