This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use strict; | |
use warnings; | |
# {{{ DOCUMENTATION | |
##### | |
# A lot of code borrowed from the prowlnotify.pl script at | |
# http://www.denis.lemire.name/2009/07/07/prowl-irssi-hack/ | |
# and pushovernotify.pl (Daniel Johansson <[email protected]>) | |
# and http://www.geekfarm.org/wu/muse/scripts/growl-notify.txt | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# configuration for osx clipboard support | |
set-option -g default-command "reattach-to-user-namespace -l sh" |
NewerOlder