shoestrap/assets/default/oh-my-fish/pkg/notify-funcs/notify-success.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
110 B
Fish

function notify-success --description "Notify a success message"
terminal-notifier -message "Success"
end