From 4eab78cb768480b528586f9700c123813f03ef85 Mon Sep 17 00:00:00 2001 From: Phantop Date: Sat, 15 Feb 2020 20:43:13 -0500 Subject: [PATCH] Fish: podsync --- .config/fish/functions/podsync.fish | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .config/fish/functions/podsync.fish diff --git a/.config/fish/functions/podsync.fish b/.config/fish/functions/podsync.fish new file mode 100644 index 0000000..540cf2f --- /dev/null +++ b/.config/fish/functions/podsync.fish @@ -0,0 +1,4 @@ +# Defined in /tmp/fish.InZHQ7/podsync.fish @ line 2 +function podsync + tmux new-session -d "command podsync -c $D/Videos/YouTube/config.toml" +end