1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-12-12 08:25:20 +00:00
dotfiles/.config/fish/functions/minecraft.fish

5 lines
115 B
Fish
Raw Normal View History

2019-02-12 20:53:09 +00:00
# Defined in /tmp/fish.PwHe8w/minecraft.fish @ line 2
function minecraft
2019-02-12 20:53:09 +00:00
cd ~/.minecraft; rm *.log; ./MultiMC
2018-11-15 01:01:37 +00:00
end