aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-10-21 14:41:21 +0200
committerGravatar Tom Willemse2016-10-21 14:41:21 +0200
commit20ce605e175eea156162f8ef8e0a32f5a1dbbb3b (patch)
tree3120f4e5f53b816227b2407417d5cd8bab6eefc8
parentbf5fac97aeec3696bf34434a5b4e085a6ebc70b8 (diff)
downloadnew-dotfiles-20ce605e175eea156162f8ef8e0a32f5a1dbbb3b.tar.gz
new-dotfiles-20ce605e175eea156162f8ef8e0a32f5a1dbbb3b.zip
Add bgnotify zsh plugin
-rw-r--r--zsh/zshrc.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/zsh/zshrc.org b/zsh/zshrc.org
index 3cf7f79..66550ee 100644
--- a/zsh/zshrc.org
+++ b/zsh/zshrc.org
@@ -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