diff --git a/src/util.rs b/src/util.rs index 2042764..d37dd74 100644 --- a/src/util.rs +++ b/src/util.rs @@ -44,7 +44,6 @@ pub fn session_exists>(target: S) -> bool { let has_session = commands::HasSession::new() .target_session(target.into()); Tmux::new().add_command(has_session) - .disable_echo() .status() .unwrap() .success()