diff options
| author | christianchiarulli <[email protected]> | 2021-07-08 17:36:55 -0400 | 
|---|---|---|
| committer | christianchiarulli <[email protected]> | 2021-07-08 17:36:55 -0400 | 
| commit | a6c06008aa6931348510b920698455757dbea50a (patch) | |
| tree | d0bb4c789b3291c28260e4ff04fbc1f6840deed4 | |
| parent | 75a338eb807dcde44348f921f1e399b1e927bcfb (diff) | |
another redirect
| -rwxr-xr-x | utils/installer/install.sh | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/utils/installer/install.sh b/utils/installer/install.sh index 3a34442c..34c8f58b 100755 --- a/utils/installer/install.sh +++ b/utils/installer/install.sh @@ -104,11 +104,11 @@ cloneconfig() {      mv $HOME/.config/nvim/utils/installer/lv-config.example.lua $HOME/.config/nvim/lv-config.lua      nvim --headless \          +'autocmd User PackerComplete sleep 100m | qall' \ -        +PackerInstall +        +PackerInstall >/dev/null      nvim --headless \          +'autocmd User PackerComplete sleep 10m | qall' \          +PackerSync >/dev/null -    echo "\nCompile Complete" +    echo -e "\nCompile Complete"  }  asktoinstallnode() { | 
