mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 04:17:22 +00:00
6 lines
133 B
Fish
Executable file
6 lines
133 B
Fish
Executable file
#!/usr/bin/env fish
|
|
if command -q prime-run
|
|
prime-run /usr/bin/streamlink-twitch-gui
|
|
else
|
|
/usr/bin/streamlink-twitch-gui
|
|
end
|