diff --git a/.config/fish/functions/gzexe.fish b/.config/fish/functions/gzexe.fish new file mode 100644 index 0000000..1bbaa8c --- /dev/null +++ b/.config/fish/functions/gzexe.fish @@ -0,0 +1,4 @@ +# Defined in /tmp/fish.qu78NN/gzexe.fish @ line 1 +function gzexe + $D/Tools/gzexe $argv +end diff --git a/.config/fish/functions/upx.fish b/.config/fish/functions/upx.fish new file mode 100644 index 0000000..5bdc0b7 --- /dev/null +++ b/.config/fish/functions/upx.fish @@ -0,0 +1,4 @@ +# Defined in /tmp/fish.CvTXoj/upx.fish @ line 1 +function upx + $D/Tools/upx $argv +end