refactor: for consistency, don't use builtin jobs, just jobs

This commit is contained in:
Jorge Bucaran 2019-01-12 11:23:44 +09:00
parent 37335526dc
commit 076e12db1a
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -457,7 +457,7 @@ function _fisher_rm -a pkg
end
function _fisher_jobs
builtin jobs $argv | command awk '/^[0-9]+\t/ { print $1 }'
jobs $argv | command awk '/^[0-9]+\t/ { print $1 }'
end
function _fisher_wait