diff --git a/Dockerfile b/Dockerfile index 3e4a71e..e05af64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,4 +45,6 @@ RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.v && ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf \ && ln -s ~/dotfiles/.vimrc ~/.vimrc \ && ln -s ~/dotfiles/vim/spell/ ~/.vim/ \ + && rm ~/.bashrc \ + && ln -s ~/dotfiles/.bash_extra ~/.bashrc \ && vim +PluginInstall +qall