ansible-devspace/start_tmux.sh
mg 8b2c79ba2e
Some checks failed
lint, build and push / lint (push) Successful in 4s
lint, build and push / build (push) Has been cancelled
revert c35590f89e
revert tmux detach after sourcing .bashrc
2024-09-13 20:26:47 +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