summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-10-27 18:57:08 -0500
committerToby Vincent <tobyv@tobyvin.dev>2023-10-27 18:57:50 -0500
commit539fd0f26c83064b748bbd040fdf27f302f27cb7 (patch)
tree6f1c2fd2f9b8ef14897f2c3b0f1b8b3e7aeb0816 /src/lib.rs
parentc0d77c1eadc1d0304369d6bc8107ac9843be93f0 (diff)
feat: order localhost using tmux if enabled and remove historydevelop
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index ebf9c8d..2d80b54 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,6 +1,5 @@
pub use crate::{
config::Config,
- history::History,
localhost::HostName,
session::{Session, Sessions, State},
ssh::KnownHosts,
@@ -10,7 +9,6 @@ pub use crate::{
};
mod config;
-mod history;
mod localhost;
mod session;
mod ssh;