diff options
| author | Robert Günzler <r@gnzler.io> | 2023-11-02 06:54:16 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2023-11-02 06:58:29 +0100 |
| commit | c20ca44a7cf009e2c8d76f0c3c2ae9254ee39f61 (patch) | |
| tree | 148fb4db9a50b1e0d32192d412d84cd23a0f228a /bin/fzfez | |
| parent | 2948d001fcacc6989cdaeca9f73f015cb79d354d (diff) | |
replace exa with eza
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bin/fzfez')
| -rwxr-xr-x | bin/fzfez | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/fzfez b/bin/fzfez index 0e8db62..e2e46f6 100755 --- a/bin/fzfez +++ b/bin/fzfez @@ -15,8 +15,8 @@ if bat --version >/dev/null; then _cat='bat --color=always --style=numbers,changes' fi _ls='ls' -if exa --version >/dev/null; then - _ls='exa --classify --group --header --group-directories-first --color=always' +if eza --version >/dev/null; then + _ls='eza --classify --group --header --group-directories-first --color=always' fi case "$1" in |