mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-23 15:23:15 +00:00
Fish: remove more unused functions
This commit is contained in:
parent
2689d8875a
commit
60442731ce
|
@ -1,4 +0,0 @@
|
|||
# Defined in /tmp/fish.Lg7kpa/ding.fish @ line 2
|
||||
function ding
|
||||
$argv; notify-send (basename $argv)\ is\ done
|
||||
end
|
|
@ -1,3 +0,0 @@
|
|||
function ffd -w ff
|
||||
ff -t d $argv
|
||||
end
|
|
@ -1,4 +0,0 @@
|
|||
function keybinds
|
||||
funced fish_user_key_bindings
|
||||
funcsave fish_user_key_bindings
|
||||
end
|
|
@ -1,3 +0,0 @@
|
|||
function kj
|
||||
kill -9 (jobs -p | grep -v Process)
|
||||
end
|
|
@ -1,3 +0,0 @@
|
|||
function murder -w killall
|
||||
killall $argv -s SIGKILL
|
||||
end
|
|
@ -1,3 +0,0 @@
|
|||
function sumurder -w killall
|
||||
s killall $argv -s SIGKILL
|
||||
end
|
|
@ -1,3 +0,0 @@
|
|||
function ydl4 -w ydl
|
||||
ydl --format mp4 $argv;
|
||||
end
|
Loading…
Reference in a new issue