mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-26 06:06:40 +00:00
Minecraft: don't use Game subdir
This commit is contained in:
parent
910ae7f61b
commit
bce30f2661
|
|
@ -1,7 +1,7 @@
|
||||||
test (hostname) = "aperture" && set -gx D /mnt/LocalDiskD || set -gx D ~
|
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_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
|
export EDITOR=nvim PAGER=most
|
||||||
|
|
||||||
tty -s && starship init fish | source && source /usr/share/autojump/autojump.fish
|
tty -s && starship init fish | source && source /usr/share/autojump/autojump.fish
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $D/Games/Minecraft/Game
|
cd $D/Games/Minecraft
|
||||||
rm `fd -e log`
|
rm `fd -e log`
|
||||||
bin/MultiMC -d . $@
|
bin/MultiMC -d . $@
|
||||||
rm functions/*
|
rm functions/*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue