test without .bashrc tmux auto-attach
This commit is contained in:
parent
e4f0364077
commit
503b45cc2b
2 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,6 @@ RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.v
|
|||
&& ln -s ~/dotfiles/.vimrc ~/.vimrc \
|
||||
&& ln -s ~/dotfiles/vim/spell/ ~/.vim/ \
|
||||
&& rm ~/.bashrc \
|
||||
&& ln -s ~/dotfiles/.bash_extra ~/.bashrc \
|
||||
&& vim +PluginInstall +qall
|
||||
|
||||
COPY --chown=ansible-dev:ansible-dev start_tmux.sh .
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash
|
||||
tmux new-session -s ansible-devspace -d
|
||||
tmux attach -t ansible-devspace
|
||||
ln -s ~/dotfiles/.bash_extra ~/.bashrc
|
||||
source ~/.bashrc
|
||||
|
|
Loading…
Reference in a new issue