From ea1a7d7dc695dbea3d2fb6b2cb13548ddc0f2ff5 Mon Sep 17 00:00:00 2001 From: Phantop Date: Mon, 25 Mar 2019 16:54:56 -0400 Subject: [PATCH] Fish: Mineshafter function --- .config/fish/functions/mineshaft.fish | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/fish/functions/mineshaft.fish diff --git a/.config/fish/functions/mineshaft.fish b/.config/fish/functions/mineshaft.fish new file mode 100644 index 0000000..71c16b2 --- /dev/null +++ b/.config/fish/functions/mineshaft.fish @@ -0,0 +1,6 @@ +# Defined in /tmp/fish.aAXDro/mineshaft.fish @ line 1 +function mineshaft + cd /tmp + wget https://mineshafter.info/files/jars/Mineshafter-launcher.jar + java -jar Mineshafter-launcher.jar +end