ansible-devspace/start_tmux.sh
mg 958c1d2d08
Some checks failed
lint, build and push / lint (push) Successful in 5s
lint, build and push / build (push) Has been cancelled
revert 81717415ce
revert source .bashrc in tmux-start-script
2024-09-13 20:27:01 +02:00

6 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