From c0d77c1eadc1d0304369d6bc8107ac9843be93f0 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Mon, 8 May 2023 17:21:18 -0500 Subject: feat: add exclude-attached flag to tmux config --- src/tmux/error.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/tmux/error.rs') diff --git a/src/tmux/error.rs b/src/tmux/error.rs index 6da5830..4891c7d 100644 --- a/src/tmux/error.rs +++ b/src/tmux/error.rs @@ -8,4 +8,7 @@ pub enum Error { #[error("Parsing error: {0}")] Parse(#[from] std::str::Utf8Error), + + #[error("Session not found")] + NotFound, } -- cgit v1.2.3-70-g09d2