this post was submitted on 18 Jan 2024
138 points (94.2% liked)

Programmer Humor

19187 readers
1144 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 16 points 8 months ago* (last edited 8 months ago) (3 children)

I legitimately back up my history file. Mostly because it likes to truncate itself randomly (though this may have been fixed in zsh, or my config, because it's been a while). Just a systemd timer that triggers a shell script to copy it by date and rotate anything older than 100 copies.

Edit: WHY DID I SAY ANYTHING? After like 3 months of no problems, my history truncated itself to 3 entries a few minutes ago. I've only ever seen a few days of loss before that lol.

[–] [email protected] 7 points 8 months ago (1 children)

Have you tried Atuin? It's amazing.

[–] [email protected] 3 points 8 months ago

I did try it for a bit. IIRC it slowed me down more than I cared for. Maybe worth trying again, though.

[–] [email protected] 3 points 8 months ago (1 children)

I'm annoyed when my thirteen bash instances don't share history, but I'd probably be a lot more annoyed if they did.

[–] [email protected] 2 points 8 months ago (1 children)

That's one thing I like about zsh, or my config at least, because I use i3 and therefore tend to open lots of shells. History is mostly local until I hit return twice (two empty prompts) at which point I can get history from other sessions. It's stuck more global at that point though aside from future history.

[–] [email protected] 1 points 8 months ago

Ooh. I like that. I'm gonna try that, thanks.

[–] [email protected] 2 points 8 months ago (1 children)
[–] [email protected] 2 points 8 months ago

Fortunately I have my hourly backups! 😅