mirror of
https://github.com/Phantop/dotfiles
synced 2025-12-01 08:37:12 +00:00
Some function changes (deb extract, gc controller, cmake prefix)
This commit is contained in:
parent
e7c3c21903
commit
e8490aac5e
|
|
@ -1,10 +1,10 @@
|
||||||
# Defined in /tmp/fish.kRzbVF/build.fish @ line 2
|
# Defined in /tmp/fish.SBvuh1/build.fish @ line 2
|
||||||
function build
|
function build
|
||||||
s printf \
|
s printf \
|
||||||
gp
|
gp
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
cmake .
|
cmake -DCMAKE_INSTALL_PREFIX=/usr .
|
||||||
make
|
make
|
||||||
s make install
|
s make install
|
||||||
meson build
|
meson build
|
||||||
|
|
|
||||||
5
.config/fish/functions/deb.fish
Normal file
5
.config/fish/functions/deb.fish
Normal 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
|
||||||
6
.config/fish/functions/gamecube.fish
Normal file
6
.config/fish/functions/gamecube.fish
Normal 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
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Defined in /tmp/fish.Y3P4Il/minecraft.fish @ line 1
|
# Defined in /tmp/fish.Y3P4Il/minecraft.fish @ line 1
|
||||||
function mc
|
function minecraft
|
||||||
cd ~/.minecraft; java -jar launcher.jar
|
cd ~/.minecraft; java -jar launcher.jar
|
||||||
end
|
end
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Defined in /tmp/fish.UVN1rF/wall0.fish @ line 2
|
# Defined in /tmp/fish.4xdCgs/wallo.fish @ line 2
|
||||||
function wallo
|
function wallo
|
||||||
rm ~/.config/wall0
|
rm ~/.config/wall0
|
||||||
cp $argv ~/.config/wall0
|
cp $argv ~/.config/wall0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue