tmux detach after sourcing .bashrc

This commit is contained in:
Michael Grote 2024-09-13 20:17:08 +02:00
parent 81717415ce
commit c35590f89e

View file

@ -1,5 +1,6 @@
#!/bin/bash
ln -s ~/dotfiles/.bash_extra ~/.bashrc
source ~/.bashrc
tmux detach-client
tmux new-session -s ansible-devspace -d
tmux attach -t ansible-devspace