You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected it to work after running the install script. I expected the install script to honor the $ZDOTDIR environment variable to see where zsh related files are located.
What happened?
The script created a .zshrc file in my home root folder with the entry to start it, although the .zshrc file lives somewhere else. After adding the entry to start atuin in my actual .zshrc file it worked.
Similarily the history import couldn't find a .zsh_history file as it is located somewhere else. After I copied the history file to the home root folder ~/ the history import worked fine
Atuin doctor output
Atuin DoctorChecking for diagnosticsPlease include the output below with any bug reports or issues{"atuin": {"version": "18.3.0","sync": {"cloud": true,"records": true,"auto_sync": true,"last_sync": "2024-10-05 14:30:50.337624774 +00:00:00"},"sqlite_version": "3.44.0"},"shell": {"name": "zsh","default": "zsh","plugins": ["atuin"],"preexec": "built-in"},"system": {"os": "Ubuntu","arch": "x86_64","version": "24.04","disks": [{"name": "/dev/mapper/pve-vm--400--disk--0","filesystem": "ext4"}]}}
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What did you expect to happen?
I expected it to work after running the install script. I expected the install script to honor the $ZDOTDIR environment variable to see where zsh related files are located.
What happened?
The script created a .zshrc file in my home root folder with the entry to start it, although the .zshrc file lives somewhere else. After adding the entry to start atuin in my actual .zshrc file it worked.
Similarily the history import couldn't find a .zsh_history file as it is located somewhere else. After I copied the history file to the home root folder ~/ the history import worked fine
Atuin doctor output
Code of Conduct
The text was updated successfully, but these errors were encountered: