Add bgnotify zsh plugin
This commit is contained in:
parent
bf5fac97ae
commit
20ce605e17
1 changed files with 6 additions and 0 deletions
|
@ -33,6 +33,12 @@ Add zsh-autosuggestions.
|
||||||
zplug "zsh-users/zsh-autosuggestions"
|
zplug "zsh-users/zsh-autosuggestions"
|
||||||
#+END_SRC
|
#+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.
|
Make sure all plugins are installed.
|
||||||
|
|
||||||
#+BEGIN_SRC sh
|
#+BEGIN_SRC sh
|
||||||
|
|
Loading…
Reference in a new issue