Update TPM plugins on startup
This commit is contained in:
parent
fcba95a63c
commit
d5501d9ae7
|
@ -42,6 +42,9 @@ touch /tmp/mpd-log &
|
||||||
(sleep 4; cd ~/.emacs.d; git pull --rebase) &
|
(sleep 4; cd ~/.emacs.d; git pull --rebase) &
|
||||||
(sleep 8; emacs --daemon=instance1) &
|
(sleep 8; emacs --daemon=instance1) &
|
||||||
|
|
||||||
|
## Tmux plugins
|
||||||
|
(sleep 9; ~/.tmux/plugins/tpm/bin/update_plugins all)
|
||||||
|
|
||||||
## Imap IDLE
|
## Imap IDLE
|
||||||
#(sleep 10; imapnotify -c ~/.config/imapnotify/gmail.js) &
|
#(sleep 10; imapnotify -c ~/.config/imapnotify/gmail.js) &
|
||||||
(sleep 10; imapnotify -c ~/.config/imapnotify/uni.js) &
|
(sleep 10; imapnotify -c ~/.config/imapnotify/uni.js) &
|
||||||
|
|
Loading…
Reference in New Issue