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
autojump deletes its database on ~/.local/share/autojump/autojump.txt about once per day. This might involve Tmux, but I'm not sure. The problem is solved with cat autojump.txt.bak >> autojump.txt', but it's annoying nevertheless.
The text was updated successfully, but these errors were encountered:
-rw------- 1 sergio sergio 33215 abr 7 03:24 autojump.txt.backup29
-rw------- 1 sergio sergio 724 mai 1 22:11 autojump.txt.bak
-rw------- 1 sergio sergio 897 mai 2 15:45 autojump.txt
autojump.txt backup was cleaned , maybe one solution to mitigate this old problem is save backups every day , I don't understand when or how autojump is cleaned seems a problem of concurrency , but since 2016 I have this problem .
Thank you for answering. I started using fasd because of this bug. It has more options and doesn't present this problem. I was even able to import my autojump database.
My environment:
The problem:
autojump
deletes its database on~/.local/share/autojump/autojump.txt
about once per day. This might involve Tmux, but I'm not sure. The problem is solved withcat autojump.txt.bak >> autojump.txt'
, but it's annoying nevertheless.The text was updated successfully, but these errors were encountered: