mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 12:30:32 +01:00
Hide output from install script.
This commit is contained in:
@@ -18,8 +18,8 @@ ln -s $HOME/.vim/vimrc $HOME/.vimrc
|
||||
echo -n "Downloading dependencies..."
|
||||
cd $HOME/.vim
|
||||
|
||||
git submodule init
|
||||
git submodule update
|
||||
git submodule init > /dev/null
|
||||
git submodule update > /dev/null
|
||||
|
||||
echo " Done"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user