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

4 lines
110 B
Fish

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