diff options
author | christianchiarulli <[email protected]> | 2021-07-08 18:40:35 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-08 18:40:35 -0400 |
commit | b88f189c4906dc855c9676b1ebad2a5b3987abdc (patch) | |
tree | beb4f39f94ba96dc9c824553e5e3654d24916a8f | |
parent | bf60be79a42186a153a26bf11665f703c1dfc83e (diff) |
update installer
-rwxr-xr-x | utils/installer/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/installer/install.sh b/utils/installer/install.sh index 7f5a6e32..38df39bc 100755 --- a/utils/installer/install.sh +++ b/utils/installer/install.sh @@ -109,7 +109,7 @@ cloneconfig() { +'autocmd User PackerComplete sleep 10m | qall' \ +PackerSync echo -e "\nCompile Complete" - nvim --headless -c ':silent TSUpdate' -c ':qall' 2>/dev/null + nvim --headless -c ':silent TSUpdate' -c ':qall' >/dev/null 2>&1 } asktoinstallnode() { |