mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-10 00:45:32 +00:00
5 lines
115 B
Fish
Executable file
5 lines
115 B
Fish
Executable file
# Defined in /tmp/fish.PwHe8w/minecraft.fish @ line 2
|
|
function minecraft
|
|
cd ~/.minecraft; rm *.log; ./MultiMC
|
|
end
|