1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-13 02:12:44 +00:00
dotfiles/.config/fish/functions/foobar2000.fish
2018-11-14 20:01:37 -05:00

6 lines
150 B
Fish
Executable file

# Defined in /tmp/fish.za3oIv/foobar2000.fish @ line 2
function foobar2000
clear
wine $D/Tools/Windows/foobar2000/foobar2000.exe ./ & disown
end