From f5afbe8984c3eb15dba74faf02aa6d2d7cb894cb Mon Sep 17 00:00:00 2001 From: Matthew Nicholson Date: Sun, 25 Aug 2019 00:51:12 -0400 Subject: [PATCH] write the config after removing a key --- src/commands/config.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/config.rs b/src/commands/config.rs index b1400207cc..c41c1d374a 100644 --- a/src/commands/config.rs +++ b/src/commands/config.rs @@ -111,6 +111,7 @@ pub fn config( if result.contains_key(&key) { result.remove(&key); + config::write_config(&result)?; } else { return Err(ShellError::string(&format!( "{} does not exist in config",