refactor: improve jobs regex

pull/516/head
Jorge Bucaran 5 years ago
parent 2b764b89b1
commit 9293e8b3b7
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

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

Loading…
Cancel
Save