Add a configuration variable to control tmux (fix #392)

This commit is contained in:
Roey Darwish Dror
2020-05-12 08:51:42 +03:00
parent ca62fbcb91
commit 0a10b110c2
2 changed files with 7 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ pub enum Step {
Restarts,
Tldr,
Wsl,
Tmux,
}
#[derive(Deserialize, Default, Debug)]