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