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
|
|
@ -35,6 +35,8 @@ bgnotify () {
|
|||
terminal-notifier -message $2 -title $1
|
||||
elif hash growlnotify 2>/dev/null; then #osx growl
|
||||
growlnotify -m $1 $2
|
||||
elif hash notifu 2>/dev/null; then #cygwyn support!
|
||||
notifu /m "$2" /p "$1"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue