From df5fd2dc377e09659e0b36d12ea03c851b6ce930 Mon Sep 17 00:00:00 2001 From: gazorby Date: Tue, 9 Aug 2022 14:42:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20ps=20command=20not=20work?= =?UTF-8?q?ing=20on=20mac?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf.d/fifc.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/fifc.fish b/conf.d/fifc.fish index c423225..1e155da 100644 --- a/conf.d/fifc.fish +++ b/conf.d/fifc.fish @@ -23,7 +23,7 @@ fifc \ -s _fifc_source_files fifc \ -n 'test "$fifc_group" = processes' \ - -s 'ps --no-headers -ax --format pid,command' + -s 'ps -ax -o pid=,command=' # Builtin preview/open commands fifc \