mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-04 22:14:21 +00:00
7 lines
124 B
Fish
7 lines
124 B
Fish
# Defined in /tmp/fish.pX4L2Z/rpcs3.fish @ line 2
|
|
function rpcs3
|
|
cd $D/Games/Emulators/rpcs3/
|
|
./rpcs3
|
|
rm *log*
|
|
end
|