diff --git a/src/commands/env.rs b/src/commands/env.rs index 6fc26507cc..9a98164ef2 100644 --- a/src/commands/env.rs +++ b/src/commands/env.rs @@ -1,3 +1,4 @@ +use crate::data::config; use crate::data::{Dictionary, Value}; use crate::errors::ShellError; use crate::prelude::*; @@ -41,6 +42,9 @@ pub fn get_environment(tag: Tag) -> Result, Box