Skip to content

Add ~/.config/atuin deletion to uninstall docs #100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

justinmayer
Copy link

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.

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.
@justinmayer
Copy link
Author

Also, it seems Atuin also installs shell-specific configuration files that must be removed in order to prevent errors on subsequent shell startup. For example, on Fish shell:

source: Error encountered while sourcing file '/home/myuser/.atuin/bin/env.fish':
source: No such file or directory

In this case it seems Atuin installed a file at ~/.config/fish/conf.d/atuin.env.fish, which presumably should also be added to the list of files that must be removed.

What other shell configuration files might also need to be removed, for example on Zsh or Bash?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant