mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
add cygwin windows support with notifu, add to readme
This commit is contained in:
parent
0b0cc2cdea
commit
adafe271f0
2 changed files with 3 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ Just add bgnotify to your plugins list in your `.zshrc`
|
|||
- On OS X you'll need [terminal-notifer](https://github.com/alloy/terminal-notifier)
|
||||
* `brew install terminal-notifier` (or `gem install terminal-notifier`)
|
||||
- On ubuntu you're already all set!
|
||||
- On windows you can use [notifu](http://www.paralint.com/projects/notifu/) or the Cygwin Ports libnotify package
|
||||
|
||||
|
||||
## Configuration
|
||||
|
|
@ -36,4 +37,3 @@ function bgnotify_formatted {
|
|||
plugins=(git bgnotify) ## add to plugins list
|
||||
source $ZSH/oh-my-zsh.sh ## existing source call
|
||||
~~~
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue