ansible-devspace/start_tmux.sh
Michael Grote c35590f89e
All checks were successful
lint, build and push / lint (push) Successful in 5s
lint, build and push / build (push) Successful in 2m35s
tmux detach after sourcing .bashrc
2024-09-13 20:17:08 +02:00

7 lines
159 B
Bash
Executable file

#!/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