mirror of
https://github.com/Phantop/dotfiles
synced 2025-02-08 04:28:12 +00:00
Fish: gzexe and upx functions
This commit is contained in:
parent
a72206dd98
commit
53c52815da
4
.config/fish/functions/gzexe.fish
Normal file
4
.config/fish/functions/gzexe.fish
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Defined in /tmp/fish.qu78NN/gzexe.fish @ line 1
|
||||
function gzexe
|
||||
$D/Tools/gzexe $argv
|
||||
end
|
4
.config/fish/functions/upx.fish
Normal file
4
.config/fish/functions/upx.fish
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Defined in /tmp/fish.CvTXoj/upx.fish @ line 1
|
||||
function upx
|
||||
$D/Tools/upx $argv
|
||||
end
|
Loading…
Reference in a new issue