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