home/fish: disable patdiff for fzf.fish

This commit is contained in:
Primrose 2025-10-29 21:05:32 +08:00
parent ffb056837c
commit d9940eb52e
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 3 additions and 2 deletions

View file

@ -80,7 +80,8 @@ end
set -x fzf_preview_file_cmd 'cat -n'
# fzf-fish search hidden files
set -x fzf_fd_opts --hidden --exclude=.git
set -x fzf_diff_highlighter patdiff
# fzf-fish using patdiff would show incomplete diff, it is a bug
# don't do it
# fd uses LS_COLORS
set -x LS_COLORS (vivid -m 24-bit generate solarized-light) # similar to milou