Add bgnotify zsh plugin

This commit is contained in:
Tom Willemse 2016-10-21 14:41:21 +02:00
parent bf5fac97ae
commit 20ce605e17

View file

@ -33,6 +33,12 @@ Add zsh-autosuggestions.
zplug "zsh-users/zsh-autosuggestions"
#+END_SRC
Add bgnotify from oh-my-zsh to show when long-running commands finish.
#+BEGIN_SRC sh
zplug "plugins/bgnotify", from:oh-my-zsh
#+END_SRC
Make sure all plugins are installed.
#+BEGIN_SRC sh