From d44b6e8e15e78647ae0e38bc4921769806aec65d Mon Sep 17 00:00:00 2001 From: Phantop Date: Mon, 17 Jun 2019 21:51:07 -0400 Subject: [PATCH] Fish: ding --- .config/fish/functions/ding.fish | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .config/fish/functions/ding.fish diff --git a/.config/fish/functions/ding.fish b/.config/fish/functions/ding.fish new file mode 100644 index 0000000..f831504 --- /dev/null +++ b/.config/fish/functions/ding.fish @@ -0,0 +1,4 @@ +# Defined in /tmp/fish.Lg7kpa/ding.fish @ line 2 +function ding + $argv; notify-send (basename $argv)\ is\ done +end