diff options
Diffstat (limited to 'mac')
| -rwxr-xr-x | mac/.local/bin/fzffiles | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mac/.local/bin/fzffiles b/mac/.local/bin/fzffiles index 454bf79..6c0bcfd 100755 --- a/mac/.local/bin/fzffiles +++ b/mac/.local/bin/fzffiles @@ -35,7 +35,7 @@ files=$(fzf-tmux \ fi fi if [ -d \"\$target\" ]; then - exa --color=always --long --all --header --icons --git \"\$target\" + eza --color=always --long --all --header --icons --git \"\$target\" elif [ -f \"\$target\" ]; then bat --color=always --style=header,grid --line-range=:500 \"\$target\" else |
