shoestrap/assets/default/oh-my-fish/pkg/notify-funcs/notify-failure.fish
ViViDboarder 028d0a56a0 Add support for both omf and fisherman
omf seems a bit janky at times. Giving fisherman a shot
2016-02-11 17:17:28 -08:00

4 lines
107 B
Fish

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