aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/zshrc.org
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zshrc.org')
-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