Cool. I’d been wanting to have this for a while. Turns out that it is built into jed. Just put this in your .jedrc:
backups_on (); % numbered backups instead of just ~ - see backups.sl
Instead of foo~, now you get foo.~1~, foo.~2~, foo.~3~, etc…
Cool. I’d been wanting to have this for a while. Turns out that it is built into jed. Just put this in your .jedrc:
backups_on (); % numbered backups instead of just ~ - see backups.sl
Instead of foo~, now you get foo.~1~, foo.~2~, foo.~3~, etc…
Do you know how I can keep just the last N (maybe 3) versions?