Remove 'doom upgrade' on startup

This commit is contained in:
coolneng 2019-12-26 06:53:27 +01:00
parent a4d7562f74
commit 43ef0262ee
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ set b off &
(sleep 5; ssh-agent fish) &
## Emacs daemon
(sleep 6; doom upgrade) & #; emacs --daemon=instance1) &
#(sleep 6; emacs --daemon=instance1) &
## Vim plugin update
(sleep 6; vim +PlugUpgrade +PlugUpdate +qa) &