From 958c1d2d08fc2bf99d6355a1ffb983a914ef7052 Mon Sep 17 00:00:00 2001 From: mg Date: Fri, 13 Sep 2024 20:27:01 +0200 Subject: [PATCH] revert 81717415cea22cbe4ab3c19364079cc039b1766b revert 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 ed5150b..e3db975 100755 --- a/start_tmux.sh +++ b/start_tmux.sh @@ -1,5 +1,5 @@ #!/bin/bash -ln -s ~/dotfiles/.bash_extra ~/.bashrc -source ~/.bashrc tmux new-session -s ansible-devspace -d tmux attach -t ansible-devspace +ln -s ~/dotfiles/.bash_extra ~/.bashrc +source ~/.bashrc