source .bashrc in tmux-start-script
All checks were successful
lint, build and push / lint (push) Successful in 5s
lint, build and push / build (push) Successful in 2m39s

This commit is contained in:
Michael Grote 2024-09-13 19:20:12 +02:00
parent 503b45cc2b
commit 81717415ce

View file

@ -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