From b1958b7cc8f3345e7f830109d986cc6edb7c2985 Mon Sep 17 00:00:00 2001 From: mg Date: Fri, 13 Sep 2024 20:27:20 +0200 Subject: [PATCH] revert 503b45cc2b3edf6531e8ce72615b0e0f756ce7c0 revert test without .bashrc tmux auto-attach --- Dockerfile | 1 + start_tmux.sh | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fee8647..865c17b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/vim/spell/ ~/.vim/ \ && rm ~/.bashrc \ + && ln -s ~/dotfiles/.bash_extra ~/.bashrc \ && vim +PluginInstall +qall COPY --chown=ansible-dev:ansible-dev start_tmux.sh . diff --git a/start_tmux.sh b/start_tmux.sh index e3db975..eabaf1b 100755 --- a/start_tmux.sh +++ b/start_tmux.sh @@ -1,5 +1,3 @@ #!/bin/bash tmux new-session -s ansible-devspace -d tmux attach -t ansible-devspace -ln -s ~/dotfiles/.bash_extra ~/.bashrc -source ~/.bashrc