tmux detach after sourcing .bashrc
All checks were successful
lint, build and push / lint (push) Successful in 5s
lint, build and push / build (push) Successful in 2m35s

This commit is contained in:
Michael Grote 2024-09-13 20:17:08 +02:00
parent 81717415ce
commit c35590f89e

View file

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