From 81717415cea22cbe4ab3c19364079cc039b1766b Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 13 Sep 2024 19:20:12 +0200 Subject: [PATCH] source .bashrc in tmux-start-script --- start_tmux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start_tmux.sh b/start_tmux.sh index e3db975..ed5150b 100755 --- a/start_tmux.sh +++ b/start_tmux.sh @@ -1,5 +1,5 @@ #!/bin/bash -tmux new-session -s ansible-devspace -d -tmux attach -t ansible-devspace ln -s ~/dotfiles/.bash_extra ~/.bashrc source ~/.bashrc +tmux new-session -s ansible-devspace -d +tmux attach -t ansible-devspace