feat: simplify fzf scripts and extract FZF_DEFAULT_OPTS

This commit is contained in:
2026-03-11 15:01:25 +01:00
parent 574a190468
commit f0aea1112a
5 changed files with 51 additions and 127 deletions

View File

@@ -22,3 +22,6 @@ export NAME="Matej Janežič"
# starship nest config into a folder, default is ~/.config/starship.toml
export STARSHIP_CONFIG="$XDG_CONFIG_HOME/starship/config.toml"
# fzf
export FZF_DEFAULT_OPTS="--cycle --bind 'tab:toggle-up,btab:toggle-down' --pointer '>' --color '16' --border 'double' --ansi --highlight-line --header 'Navigate with ARROW KEYS or TAB/S-TAB. Select with ENTER.'"