1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-20 08:58:52 +00:00
dotfiles/.config/fish/functions/ding.fish

5 lines
114 B
Fish
Raw Normal View History

2019-06-18 01:51:07 +00:00
# Defined in /tmp/fish.Lg7kpa/ding.fish @ line 2
function ding
$argv; notify-send (basename $argv)\ is\ done
end