From 9efb6015123f396495f3f60fdaa28ab3d1cc2f52 Mon Sep 17 00:00:00 2001 From: Phantop Date: Sun, 7 Jun 2020 11:29:24 -0400 Subject: [PATCH] Fish: make podsync clean (finally) --- .config/fish/functions/podsync.fish | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/fish/functions/podsync.fish b/.config/fish/functions/podsync.fish index 73e7ccd..0869db8 100644 --- a/.config/fish/functions/podsync.fish +++ b/.config/fish/functions/podsync.fish @@ -1,4 +1,6 @@ -# Defined in /tmp/fish.Y6YBXL/podsync.fish @ line 2 +# Defined in /tmp/fish.Og3Yo4/podsync.fish @ line 2 function podsync + cd $D/Videos/YouTube/ + ./clean tmux new -s 1 -d "command podsync -c $D/Videos/YouTube/config.toml" end