This commit is contained in:
rabite 2019-04-20 13:03:13 +02:00
commit 1ddffe2611
1 changed files with 1 additions and 1 deletions

View File

@ -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![]));
}