Install script
This commit is contained in:
parent
4d833a69e8
commit
36c4fe3251
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@ python3 mkSymlink.py > /dev/null
|
|||
echo "Installing vim Vundle plugins…"
|
||||
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim\
|
||||
-q
|
||||
vim +PluginInstall +qall > /dev/null
|
||||
vim +PluginInstall +qall > /dev/null 2>&1
|
||||
|
||||
|
|
Loading…
Reference in a new issue