source .bashrc in tmux-start-script
This commit is contained in:
parent
503b45cc2b
commit
81717415ce
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
tmux new-session -s ansible-devspace -d
|
|
||||||
tmux attach -t ansible-devspace
|
|
||||||
ln -s ~/dotfiles/.bash_extra ~/.bashrc
|
ln -s ~/dotfiles/.bash_extra ~/.bashrc
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
|
tmux new-session -s ansible-devspace -d
|
||||||
|
tmux attach -t ansible-devspace
|
||||||
|
|
Loading…
Add table
Reference in a new issue