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

4 lines
107 B
Fish

function notify-fail --description "Notify a failure message"
terminal-notifier -message "Failure"
end