revert tmux detach after sourcing .bashrc
This commit is contained in:
Michael Grote 2024-09-13 20:26:47 +02:00
parent c35590f89e
commit 8b2c79ba2e

View file

@ -1,6 +1,5 @@
#!/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