revert 81717415ce
Some checks failed
lint, build and push / lint (push) Successful in 5s
lint, build and push / build (push) Has been cancelled

revert source .bashrc in tmux-start-script
This commit is contained in:
Michael Grote 2024-09-13 20:27:01 +02:00
parent 8b2c79ba2e
commit 958c1d2d08

View file

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