commit 6c75638e1789b48bc4068915e6f30712242c0efd parent fdafd5771ca01bd007cfb3864cc922940117967b Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Thu, 26 Sep 2019 12:27:38 +0200 Remove custom notify-send handler Diffstat:
D | .local/bin/notify-send | | | 7 | ------- |
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/.local/bin/notify-send b/.local/bin/notify-send @@ -1,7 +0,0 @@ -#!/bin/sh -if [ "$(uname)" = "Darwin" ]; then - echo "$@" | terminal-notifier -sound default - [ "$#" -gt "0" ] && say "$@" -else - /usr/bin/notify-send "$@" -fi