mirror of https://github.com/mitchell/dotfiles.git
7 lines
133 B
Plaintext
7 lines
133 B
Plaintext
|
#!/usr/bin/env fish
|
||
|
if command -q prime-run
|
||
|
prime-run /usr/bin/streamlink-twitch-gui
|
||
|
else
|
||
|
/usr/bin/streamlink-twitch-gui
|
||
|
end
|