aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichelle Tilley <michelle@michelletilley.net>2026-01-16 11:21:50 -0800
committerGitHub <noreply@github.com>2026-01-16 11:21:50 -0800
commitbade75cf39afdb4a0944e16a445cdcb65a6cb5f9 (patch)
treea72cb3eafd3d3f07ce4fe2617c77bedf56d28b7e
parentSmall formatting fix (#3072) (diff)
downloadatuin-bade75cf39afdb4a0944e16a445cdcb65a6cb5f9.zip
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 <entroP@gmail.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
-rw-r--r--docs/docs/uninstall.md5
1 files 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.