Skip to content

Commit

Permalink
Merge pull request #15 from gazorby/gazorby/issue13
Browse files Browse the repository at this point in the history
ps command not working on mac
  • Loading branch information
gazorby committed Aug 9, 2022
2 parents 44566bd + df5fd2d commit 635c270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.d/fifc.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 635c270

Please sign in to comment.