diff --git a/.config/fish/config.fish b/.config/fish/config.fish index e875aac..8c818d0 100755 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,13 +1,5 @@ -# MAIN DISK # -set -gx D /mnt/LocalDiskD - -# SESSION MANAGER # -switch (tty) - case "/dev/tty1" - tbsm - end - # PATHS # +set -gx D /mnt/LocalDiskD set -gx ANDROID_HOME $D/Source/android/sdk set -gx fish_user_paths ~/.local/bin $ANDROID_HOME/platform-tools /usr/bin /usr/local/bin /bin /usr/sbin /usr/local/sbin /sbin $PLAN9/bin set -gx ENV .profile diff --git a/.config/fish/functions/compresspdf.fish b/.config/fish/functions/compresspdf.fish new file mode 100644 index 0000000..e3e281e --- /dev/null +++ b/.config/fish/functions/compresspdf.fish @@ -0,0 +1,4 @@ +# Defined in /tmp/fish.5El2W1/compresspdf.fish @ line 1 +function compresspdf + command gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=out$argv $argv +end diff --git a/.config/fish/functions/mcr.fish b/.config/fish/functions/mcr.fish index 44220fa..5271014 100755 --- a/.config/fish/functions/mcr.fish +++ b/.config/fish/functions/mcr.fish @@ -1,4 +1,4 @@ -# Defined in /tmp/fish.9GKs9x/mcrcon.fish @ line 2 +# Defined in /tmp/fish.SCEnNd/mcr.fish @ line 2 function mcr - eval $D/Games/Minecraft/Server/mcrcon -t -H localhost -P 25575 -p password $argv + eval $D/Games/Minecraft/Server/mcrcon localhost 25575 password $argv end