eza-community / eza

A modern alternative to ls
https://eza.rocks
European Union Public License 1.2
11.41k stars 205 forks source link

feat: add icon for "cron.minutely" directory #954

Closed RachaelAva1024 closed 5 months ago

RachaelAva1024 commented 5 months ago

Cron optionally allows you to use a '/etc/cron.minutely' directory to trigger automated events on a per-minute basis.

There is currently no special icon set for cron.minutely, while the other cron. directories do, so I added cron.minutely to the DIRECTORY_ICONS mapping and applied the Icons::FOLDER_CONFIG icon like the other cron. directories.

I have tested it with cargo check and cargo build. I apologize if I made any mistakes. I'm not too familiar with GitHub.