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
Just installed Atuin to try it out today. First I wanted to have my existing shell history imported so I ran atuin import zsh but it complained about not finding HISTFILE. echo $HISTFILE did indeed show me a file, and running HISTFILE=<value obtained from the echo statement> atuin import zsh it did import my HISTFILE. However when I hit up to look at my imported shell history it appears to be in the wrong order. Looking at my HISTFILE new entries are at the bottom, but atuin seem to sort it the other way around when importing. Only a minor grievance, but figured it was worth mentioning.
The text was updated successfully, but these errors were encountered:
Just installed Atuin to try it out today. First I wanted to have my existing shell history imported so I ran
atuin import zsh
but it complained about not finding HISTFILE.echo $HISTFILE
did indeed show me a file, and runningHISTFILE=<value obtained from the echo statement> atuin import zsh
it did import my HISTFILE. However when I hit up to look at my imported shell history it appears to be in the wrong order. Looking at my HISTFILE new entries are at the bottom, but atuin seem to sort it the other way around when importing. Only a minor grievance, but figured it was worth mentioning.The text was updated successfully, but these errors were encountered: