Some function changes (deb extract, gc controller, cmake prefix)

This commit is contained in:
Phantop 2018-12-29 23:17:52 -05:00
parent e7c3c21903
commit e8490aac5e
5 changed files with 15 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# Defined in /tmp/fish.kRzbVF/build.fish @ line 2
# Defined in /tmp/fish.SBvuh1/build.fish @ line 2
function build
s printf \
gp
./autogen.sh
./configure --prefix=/usr
cmake .
cmake -DCMAKE_INSTALL_PREFIX=/usr .
make
s make install
meson build

View File

@ -0,0 +1,5 @@
# Defined in /tmp/fish.zzZ7OS/deb.fish @ line 1
function deb
ar -x $argv
zcat data.tar.gz | s tar xv
end

View File

@ -0,0 +1,6 @@
# Defined in /tmp/fish.Y27HkB/gamecube.fish @ line 2
function gamecube
uinput
cd $D/Source/nintendo/gc-adapter
./gc-adapter
end

View File

@ -1,4 +1,4 @@
# Defined in /tmp/fish.Y3P4Il/minecraft.fish @ line 1
function mc
function minecraft
cd ~/.minecraft; java -jar launcher.jar
end

View File

@ -1,4 +1,4 @@
# Defined in /tmp/fish.UVN1rF/wall0.fish @ line 2
# Defined in /tmp/fish.4xdCgs/wallo.fish @ line 2
function wallo
rm ~/.config/wall0
cp $argv ~/.config/wall0