From 7c67b440956a84f44214d2eb38a4919ed8aa9e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Mon, 30 Nov 2020 07:57:37 +0100 Subject: [PATCH] start tmux in background --- myshell_load_defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myshell_load_defaults b/myshell_load_defaults index 5cf012d..fa68e32 100644 --- a/myshell_load_defaults +++ b/myshell_load_defaults @@ -90,7 +90,7 @@ Press CTRL+C to cancel screen startup EOF sleep 1 #screen -UxR - tmux attach-session + tmux attach-session & fi unset -f pathmunge