From 9293e8b3b73b92a6cd23bc22a69883931b67e289 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Fri, 11 Jan 2019 11:10:53 +0900 Subject: [PATCH] refactor: improve jobs regex --- fisher.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fisher.fish b/fisher.fish index 2711e69..b9fe26b 100644 --- a/fisher.fish +++ b/fisher.fish @@ -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