Update .scripts/install_base.sh

This commit is contained in:
V 2022-12-03 23:38:52 +04:00
parent 6041c8e022
commit 76a7264c29
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ else
fi
## Neovim
nvim -c 'PackerSync | qall'
nvim -c 'PackerSync' -c 'qall'
## Add user to useful groups
sudo usermod -aG wheel,input,audio,video,lp v