summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-04-20 13:03:13 +0200
committerrabite <rabite@posteo.de>2019-04-20 13:03:13 +0200
commit1ddffe26110a1aa7d2e051a01205e4954fcc32ce (patch)
tree55bda84d86e071ffa8576a241839db1ef2a611f0
parentd853353cee2fb1276b12fa2b0e30410ea42d89d1 (diff)
parentd1c932f4ac64e31856c524f46bb330a9218a5f21 (diff)
Merge branch 'master' of https://github.com/rabite0/hunter
-rw-r--r--src/files.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/files.rs b/src/files.rs
index eaf7d37..ea2642f 100644
--- a/src/files.rs
+++ b/src/files.rs
@@ -29,7 +29,7 @@ use crate::widget::Events;
lazy_static! {
- static ref COLORS: LsColors = LsColors::from_env().unwrap();
+ static ref COLORS: LsColors = LsColors::from_env().unwrap_or_default();
static ref TAGS: RwLock<(bool, Vec<PathBuf>)> = RwLock::new((false, vec![]));
}