shoestrap/assets/default/fish-config/pkg/notify-funcs/notify-failure.fish

4 lines
107 B
Fish
Raw Normal View History

2015-07-06 16:22:26 +00:00
function notify-fail --description "Notify a failure message"
terminal-notifier -message "Failure"
end