1
Fork 0
mirror of https://github.com/Steffo99/config-fish.git synced 2024-10-16 14:27:34 +00:00
config-fish/functions/ampache-localplay-vlc.fish

5 lines
257 B
Fish
Raw Normal View History

2020-10-19 17:06:13 +00:00
# Defined in - @ line 1
function ampache-localplay-vlc --wraps='vlc -I qt --extraintf http --http-port 40000' --description 'alias ampache-localplay-vlc=vlc -I qt --extraintf http --http-port 40000'
vlc -I qt --extraintf http --http-port 40000 $argv;
end