ansible-devspace/start_tmux.sh

6 lines
140 B
Bash
Raw Normal View History

2024-07-30 09:58:43 +02:00
#!/bin/bash
2024-09-13 19:10:26 +02:00
ln -s ~/dotfiles/.bash_extra ~/.bashrc
source ~/.bashrc
2024-09-13 19:20:12 +02:00
tmux new-session -s ansible-devspace -d
tmux attach -t ansible-devspace