zsh + fzf stuff

This commit is contained in:
francois
2025-11-23 08:56:34 +01:00
parent 300b58b88d
commit 12ba6c674a
2 changed files with 9 additions and 6 deletions

View File

@@ -5,3 +5,10 @@ export EDITOR="nvim"
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_CACHE_HOME="$HOME/.cache"
#fzf
export FZF_DEFAULT_OPTS="--style default --layout=reverse --height 30% --preview='bat --plain --color=always {}'"
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 MANROFFOPT="-c"