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

4 lines
110 B
Fish
Raw Normal View History

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