mirror of
https://github.com/Phantop/dotfiles
synced 2025-01-06 12:16:41 +00:00
4 lines
125 B
Plaintext
4 lines
125 B
Plaintext
|
#!/usr/bin/fish
|
||
|
|
||
|
echo open (echo $QUTE_URL | sed 's/www.youtube.com/invidio.us/; s/twitter.com/nitter.net/') >> "$QUTE_FIFO"
|