From 510b46b357d21317a82ecc797873bd9f8a56aedb Mon Sep 17 00:00:00 2001 From: Bruno Carlin Date: Tue, 6 Jul 2021 10:41:29 +0200 Subject: [PATCH] add script --- fish/.config/fish/functions/pdl.fish | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fish/.config/fish/functions/pdl.fish diff --git a/fish/.config/fish/functions/pdl.fish b/fish/.config/fish/functions/pdl.fish new file mode 100644 index 0000000..dfeda6f --- /dev/null +++ b/fish/.config/fish/functions/pdl.fish @@ -0,0 +1,4 @@ +# Defined in /tmp/fish.PtrzHg/pdl.fish @ line 1 +function pdl + youtube-dl --download-archive .archive $argv +end