Fish: remove more unused functions

This commit is contained in:
Phantop 2020-09-06 14:28:02 -04:00
parent 2689d8875a
commit 60442731ce
7 changed files with 0 additions and 23 deletions

View File

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

View File

@ -1,3 +0,0 @@
function ffd -w ff
ff -t d $argv
end

View File

@ -1,4 +0,0 @@
function keybinds
funced fish_user_key_bindings
funcsave fish_user_key_bindings
end

View File

@ -1,3 +0,0 @@
function kj
kill -9 (jobs -p | grep -v Process)
end

View File

@ -1,3 +0,0 @@
function murder -w killall
killall $argv -s SIGKILL
end

View File

@ -1,3 +0,0 @@
function sumurder -w killall
s killall $argv -s SIGKILL
end

View File

@ -1,3 +0,0 @@
function ydl4 -w ydl
ydl --format mp4 $argv;
end