mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-12 18:02:46 +00:00
5 lines
145 B
Fish
Executable file
5 lines
145 B
Fish
Executable file
# Defined in /tmp/fish.y65rtl/minecraft.fish @ line 2
|
|
function minecraft
|
|
cd $D/Games/Minecraft/Game; rm (ff -e log); bin/MultiMC -d . $argv
|
|
end
|