mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Merged 27cee97228 into c8ac3356c8
This commit is contained in:
commit
bc1b3aeb78
1 changed files with 9 additions and 0 deletions
|
|
@ -55,3 +55,12 @@ end do_submenu
|
||||||
do_submenu("iTerm", "Shell", "New Tab")
|
do_submenu("iTerm", "Shell", "New Tab")
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Send a notification to growl from iTerm or iterm2
|
||||||
|
#
|
||||||
|
# usage: growl "Notification Text"
|
||||||
|
#
|
||||||
|
# You can use \n and \t to add newlines and tabs
|
||||||
|
# respectively. Or add \a to make it beep
|
||||||
|
growl() { print -n '\e]9;'${@}'\007' }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue