Minecraft: don't use Game subdir

This commit is contained in:
Phantop 2020-10-07 08:45:22 -04:00
parent 910ae7f61b
commit bce30f2661
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
test (hostname) = "aperture" && set -gx D /mnt/LocalDiskD || set -gx D ~
set fish_user_paths ~/.local/bin $D/Installs/bin /usr/lib/ccache/bin
set fish_function_path $fish_function_path $D/Games/Minecraft/Game/functions
set fish_function_path $fish_function_path $D/Games/Minecraft/functions
export EDITOR=nvim PAGER=most
tty -s && starship init fish | source && source /usr/share/autojump/autojump.fish

View File

@ -1,5 +1,5 @@
#!/bin/bash
cd $D/Games/Minecraft/Game
cd $D/Games/Minecraft
rm `fd -e log`
bin/MultiMC -d . $@
rm functions/*