mirror of https://github.com/bobwen-dev/hunter
Merge branch 'master' of https://github.com/rabite0/hunter
This commit is contained in:
commit
1ddffe2611
|
@ -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![]));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue