From 8d99f0caa30a626369541f80848ffdbf28e96acc Mon Sep 17 00:00:00 2001 From: Nico Kokonas Date: Sat, 16 Sep 2023 22:32:22 -0600 Subject: [PATCH] replace exa with eza in example now that exa is unmaintained (#309) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [exa](https://github.com/ogham/exa/issues/1243) is now unmaintained. `eza` is a fork that is essentially a drop in replacement for `exa`. This PR encourages its use over the former. 😄 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3087eb7..94fc057 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ Find more ideas and implementation tips in the [Cookbook](https://github.com/Pat To use your own directory preview command, set it in `fzf_preview_dir_cmd`: ```fish -set fzf_preview_dir_cmd exa --all --color=always +set fzf_preview_dir_cmd eza --all --color=always ``` And to use your own file preview command, set it in `fzf_preview_file_cmd`: