From 20ce605e175eea156162f8ef8e0a32f5a1dbbb3b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 21 Oct 2016 14:41:21 +0200 Subject: Add bgnotify zsh plugin --- zsh/zshrc.org | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3-54-g00ecf