fish: STILL THE WRONG COMMAND

master
an 2019-11-07 23:57:41 -05:00
parent 47385bd4de
commit 4633936864
1 changed files with 2 additions and 2 deletions

View File

@ -20,10 +20,10 @@ function xqcheck -d "Quickly lints our packages"
rm "$f"
end
function xqrebuild -d "Rebuild all of our srcpkgs"
function xqrebuild -d "Rebuild some of our srcpkgs"
xqdir
set f (mktemp)
xbulk (xqsrcpkgs) 2> "$f"
xbulk $argv 2> "$f"
if test -s "$f"
less "$f"
end