Open CupricReki opened 10 months ago
What actually happened? alias cat="bat --color='always'" adds extra character to suggestions and breaks preview
alias cat="bat --color='always'"
Output `__enchancd
Additional context
export ENHANCD_FILTER="fzf --preview='exa --tree --group-directories-first --git-ignore --level 1 {}'"
Executing
fzf --preview='exa --tree --group-directories-first --git-ignore --level 1 {}'
renders correctly
What actually happened?
alias cat="bat --color='always'"
adds extra character to suggestions and breaks previewOutput `__enchancd
Additional context
Executing
renders correctly