From ca8df0fddcb4d334e8aca7b6ca7537e8e1336cd0 Mon Sep 17 00:00:00 2001 From: Phantop Date: Sat, 9 Nov 2019 20:47:25 -0500 Subject: [PATCH] Fish: remove mpvd because xdg-open does the same --- .config/fish/functions/mpvd.fish | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .config/fish/functions/mpvd.fish diff --git a/.config/fish/functions/mpvd.fish b/.config/fish/functions/mpvd.fish deleted file mode 100644 index 19b5c0f..0000000 --- a/.config/fish/functions/mpvd.fish +++ /dev/null @@ -1,4 +0,0 @@ -# Defined in /tmp/fish.jwAYHg/mpvd.fish @ line 1 -function mpvd - mpv $argv & disown;exit -end