From c35590f89e251cb2bed02a869cdb59b1cf7c0c50 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 13 Sep 2024 20:17:08 +0200 Subject: [PATCH] tmux detach after sourcing .bashrc --- start_tmux.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/start_tmux.sh b/start_tmux.sh index ed5150b..67a1aaf 100755 --- a/start_tmux.sh +++ b/start_tmux.sh @@ -1,5 +1,6 @@ #!/bin/bash ln -s ~/dotfiles/.bash_extra ~/.bashrc source ~/.bashrc +tmux detach-client tmux new-session -s ansible-devspace -d tmux attach -t ansible-devspace