1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-12-28 07:56:41 +00:00

Fish: Add $D/Tools to path, make mcs nogui

This commit is contained in:
Phantop 2019-04-01 21:25:27 -04:00
parent 0cb90c50dc
commit 98d22eda8c
4 changed files with 3 additions and 11 deletions

View file

@ -3,7 +3,7 @@ if test (hostname) = aperture
set -Ux D /mnt/LocalDiskD
end
set -gx ANDROID_HOME $D/Installs/Android/sdk
set -gx fish_user_paths ~/.local/bin /usr/bin /usr/local/bin /bin /usr/sbin /usr/local/sbin /sbin $PLAN9/bin $ANDROID_HOME/platform-tools
set -gx fish_user_paths $D/Tools ~/.local/bin /usr/bin /usr/local/bin /bin /usr/sbin /usr/local/sbin /sbin $PLAN9/bin $ANDROID_HOME/platform-tools
set -gx ENV .profile
set -gx FFF_CD_FILE ~/.fff_d

View file

@ -1,4 +0,0 @@
# Defined in /tmp/fish.qu78NN/gzexe.fish @ line 1
function gzexe
$D/Tools/gzexe $argv
end

View file

@ -1,5 +1,5 @@
# Defined in /tmp/fish.MKVssj/mcs.fish @ line 2
# Defined in /tmp/fish.zaMnOQ/mcs.fish @ line 2
function mcs
cd $D/Games/Minecraft/Server
java -Xmx8G -Xms1G -XX:+UseG1GC -XX:MaxGCPauseMillis=50 -XX:ParallelGCThreads=4 -jar server.jar
java -Xmx8G -Xms1G -XX:+UseG1GC -XX:MaxGCPauseMillis=50 -XX:ParallelGCThreads=4 -jar server.jar nogui
end

View file

@ -1,4 +0,0 @@
# Defined in /tmp/fish.CvTXoj/upx.fish @ line 1
function upx
$D/Tools/upx $argv
end