revert 503b45cc2b
All checks were successful
lint, build and push / lint (push) Successful in 5s
lint, build and push / build (push) Successful in 2m37s

revert test without .bashrc tmux auto-attach
This commit is contained in:
Michael Grote 2024-09-13 20:27:20 +02:00
parent 958c1d2d08
commit b1958b7cc8
2 changed files with 1 additions and 2 deletions

View file

@ -63,6 +63,7 @@ RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.v
&& ln -s ~/dotfiles/.vimrc ~/.vimrc \ && ln -s ~/dotfiles/.vimrc ~/.vimrc \
&& ln -s ~/dotfiles/vim/spell/ ~/.vim/ \ && ln -s ~/dotfiles/vim/spell/ ~/.vim/ \
&& rm ~/.bashrc \ && rm ~/.bashrc \
&& ln -s ~/dotfiles/.bash_extra ~/.bashrc \
&& vim +PluginInstall +qall && vim +PluginInstall +qall
COPY --chown=ansible-dev:ansible-dev start_tmux.sh . COPY --chown=ansible-dev:ansible-dev start_tmux.sh .

View file

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