HunterThueson / dots

Dotfiles for my NixOS configuration
GNU Lesser General Public License v2.1
0 stars 0 forks source link

automatically update `tldr` local database #81

Open HunterThueson opened 1 year ago

HunterThueson commented 1 year ago

tldr often complains that the local database is out of date and recommends running tldr --update in order to get the latest information. Apparently that isn't something that the nixpkgs or home-manager repositories handle.

Find a way to periodically run tldr --update on a regular basis (upon boot/reboot, for instance). Maybe it's time to learn about cron jobs?