5 lines
140 B
Bash
Executable file
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
|