diff options
author | Patrick Spek <p.spek@tyil.nl> | 2022-10-23 11:18:53 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2022-10-23 11:18:53 +0200 |
commit | 142beed7df01360a115518ad3be25f034aaac9e7 (patch) | |
tree | d884c4c0211cd08f14105f53ac26b30784c95459 | |
parent | d63c3d4181b6c3cc95ce73308442d553284a42cd (diff) | |
download | dotfiles-142beed7df01360a115518ad3be25f034aaac9e7.tar.gz dotfiles-142beed7df01360a115518ad3be25f034aaac9e7.tar.bz2 |
Use my personal invidious instance for yt links
-rwxr-xr-x | .local/bin/open | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/open b/.local/bin/open index b71e6f7..584c430 100755 --- a/.local/bin/open +++ b/.local/bin/open @@ -79,7 +79,7 @@ my @not-reddit = < >; my @not-youtube = < - yewtu.be + youtube.alt.tyil.nl >; multi sub cmd (HttpUrl $t is copy where *.hostname eq "twitter.com") { cmd(URL.new(|$t.Hash, hostname => @not-twitter.pick())) } |