mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-02 12:54:39 +00:00
4 lines
171 B
Plaintext
4 lines
171 B
Plaintext
|
#!/usr/bin/fish
|
||
|
|
||
|
echo open (echo $QUTE_URL | sed 's/invidio.us/www.youtube.com/; s/nitter.snopyta.org/twitter.com/; s/bibliogram.art/www.instagram.com/') >> "$QUTE_FIFO"
|