Skip to content

Commit

Permalink
replace exa with eza in example now that exa is unmaintained (#309)
Browse files Browse the repository at this point in the history
[exa](ogham/exa#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. πŸ˜„
  • Loading branch information
nicoandmee authored Sep 17, 2023
1 parent bbaf29a commit 8d99f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit 8d99f0c

Please sign in to comment.