git: configure safe-directory
This commit is contained in:
parent
c17e7f71c8
commit
c7a5efa87f
1 changed files with 2 additions and 1 deletions
|
@ -47,4 +47,5 @@ RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.v
|
|||
&& ln -s ~/dotfiles/vim/spell/ ~/.vim/ \
|
||||
&& rm ~/.bashrc \
|
||||
&& ln -s ~/dotfiles/.bash_extra ~/.bashrc \
|
||||
&& vim +PluginInstall +qall
|
||||
&& vim +PluginInstall +qall \
|
||||
&& git config --global --add safe.directory '*'
|
||||
|
|
Loading…
Reference in a new issue