mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-02 12:54:39 +00:00
Fish: ding
This commit is contained in:
parent
9ff0a75f76
commit
d44b6e8e15
4
.config/fish/functions/ding.fish
Normal file
4
.config/fish/functions/ding.fish
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Defined in /tmp/fish.Lg7kpa/ding.fish @ line 2
|
||||
function ding
|
||||
$argv; notify-send (basename $argv)\ is\ done
|
||||
end
|
Loading…
Reference in a new issue