mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-29 15:55:48 +00:00
Fish: made deb extract function less garbage
This commit is contained in:
parent
55b8f6a98b
commit
3745f96a00
|
|
@ -1,5 +1,6 @@
|
||||||
# Defined in /tmp/fish.zzZ7OS/deb.fish @ line 1
|
# Defined in /tmp/fish.mcutOu/deb.fish @ line 2
|
||||||
function deb
|
function deb
|
||||||
ar -x $argv
|
ar -x $argv
|
||||||
zcat data.tar.gz | s tar xv
|
tar Jxv data.tar.*
|
||||||
|
echo "You can install the deb with 'sudo cp -r'. Won't kill your system."
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue