tmux detach after sourcing .bashrc
This commit is contained in:
parent
81717415ce
commit
c35590f89e
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
ln -s ~/dotfiles/.bash_extra ~/.bashrc
|
ln -s ~/dotfiles/.bash_extra ~/.bashrc
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
|
tmux detach-client
|
||||||
tmux new-session -s ansible-devspace -d
|
tmux new-session -s ansible-devspace -d
|
||||||
tmux attach -t ansible-devspace
|
tmux attach -t ansible-devspace
|
||||||
|
|
Loading…
Reference in a new issue