notify-program: added new entry for MacOS

This commit is contained in:
2025-03-07 23:48:42 +01:00
parent f279b82081
commit cc21679185

View File

@ -2,3 +2,4 @@
KERNEL=$(uname -sr)
[[ $KERNEL =~ "icrosoft" ]] && $HOME/.local/bin/wsl-notify "$@"
[[ $KERNEL =~ "gentoo" ]] && /usr/bin/notify-send "$@"
[[ $KERNEL =~ "Darwin" ]] && osascript -e "display notification \"$*\""