ansible-devspace/start_tmux.sh
Michael Grote 81717415ce
All checks were successful
lint, build and push / lint (push) Successful in 5s
lint, build and push / build (push) Successful in 2m39s
source .bashrc in tmux-start-script
2024-09-13 19:20:12 +02:00

6 lines
140 B
Bash
Executable file

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