From 539fd0f26c83064b748bbd040fdf27f302f27cb7 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Fri, 27 Oct 2023 18:57:08 -0500 Subject: feat: order localhost using tmux if enabled and remove history --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib.rs') 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; -- cgit v1.2.3-70-g09d2