summaryrefslogtreecommitdiffstats
path: root/src/shell/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/shell/mod.rs')
-rw-r--r--src/shell/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shell/mod.rs b/src/shell/mod.rs
index 4a5c5d2..fa7147b 100644
--- a/src/shell/mod.rs
+++ b/src/shell/mod.rs
@@ -50,6 +50,8 @@ pub async fn main() -> Result<i32> {
}
}
+ shell.history.save().await;
+
Ok(0)
}