ansible-devspace/start_tmux.sh
Michael Grote 503b45cc2b
All checks were successful
lint, build and push / lint (push) Successful in 5s
lint, build and push / build (push) Successful in 2m38s
test without .bashrc tmux auto-attach
2024-09-13 19:10:26 +02:00

5 lines
140 B
Bash
Executable file

#!/bin/bash
tmux new-session -s ansible-devspace -d
tmux attach -t ansible-devspace
ln -s ~/dotfiles/.bash_extra ~/.bashrc
source ~/.bashrc