From 076e12db1a84bc3dc09832cece997402cf25006d Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Sat, 12 Jan 2019 11:23:44 +0900 Subject: [PATCH] refactor: for consistency, don't use builtin jobs, just jobs --- fisher.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fisher.fish b/fisher.fish index 6f5d43b..527dd0e 100644 --- a/fisher.fish +++ b/fisher.fish @@ -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