aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorJonas Maier <>2026-03-06 14:51:41 +0100
committerJonas Maier <>2026-03-06 14:51:41 +0100
commitf6736ab046e8e5f6eef9211bf9f72a3faa8c597c (patch)
treed149bff36f1fe46dd8f36f2276bc126636da8470 /src/main.rs
parent12d929265c0717725d467e539daebe40b4d1b154 (diff)
downloadpish-f6736ab046e8e5f6eef9211bf9f72a3faa8c597c.tar.gz
start of history
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 7c51497..52fc234 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -17,6 +17,7 @@ pub mod raw;
pub mod reload;
pub mod run;
mod basedir;
+mod history;
use linebuf::LineBuf;
use raw::*;