From 56e7f404fd30282253d390730a5d5c89ba2ed341 Mon Sep 17 00:00:00 2001 From: creme Date: Sat, 4 Sep 2021 09:41:44 +0200 Subject: [PATCH] byubo: do not open neomutt per default --- .byobu/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.byobu/.tmux.conf b/.byobu/.tmux.conf index 9d2fb3b..1b203d1 100644 --- a/.byobu/.tmux.conf +++ b/.byobu/.tmux.conf @@ -1,3 +1,3 @@ -new -s envs -n mail 'neomutt'; +new -s envs -n shell; neww -n shell; send-keys -t ":1" byobu-info Enter;