1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-28 12:58:57 +00:00

Fish: ding

This commit is contained in:
Phantop 2019-06-17 21:51:07 -04:00
parent 9ff0a75f76
commit d44b6e8e15

View file

@ -0,0 +1,4 @@
# Defined in /tmp/fish.Lg7kpa/ding.fish @ line 2
function ding
$argv; notify-send (basename $argv)\ is\ done
end