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