rabite0 / hunter

The fastest file manager in the galaxy!
Do What The F*ck You Want To Public License
1.31k stars 64 forks source link

fix lscolors config if environment variable not set #21

Closed cpdean closed 5 years ago

cpdean commented 5 years ago

Per the lscolors crate docs, this switches from an unwrap to unwrap_or_default so that this does not panic when this environment variable is not set for the user, fixing a crash on startup in hunter.

rabite0 commented 5 years ago

Thank you! Merged.