fix error with fzf + bat

This commit is contained in:
François
2025-11-23 09:54:46 +01:00
parent 12ba6c674a
commit e653538d0d

View File

@@ -7,7 +7,7 @@ export XDG_DATA_HOME="$HOME/.local/share"
export XDG_CACHE_HOME="$HOME/.cache" export XDG_CACHE_HOME="$HOME/.cache"
#fzf #fzf
export FZF_DEFAULT_OPTS="--style default --layout=reverse --height 30% --preview='bat --plain --color=always {}'" export FZF_DEFAULT_OPTS="--style default --layout=reverse --height 30% --preview='batcat --plain --color=always {}'"
export FZF_CTRL_R_OPTS="--style minimal --info inline --no-sort --no-preview" # separate opts for history widget export FZF_CTRL_R_OPTS="--style minimal --info inline --no-sort --no-preview" # separate opts for history widget
export MANPAGER="sh -c 'col -bx | batcat --language=man --plain'" export MANPAGER="sh -c 'col -bx | batcat --language=man --plain'"