zprofile: Add --track to FZF_DEFAULT_OPTS

Leverage fzf's new `--track` flag.
This commit is contained in:
2023-06-07 12:10:23 +02:00
parent 2ebb117c77
commit 7e4ab97985

View File

@@ -112,6 +112,8 @@ else
fi
export FZF_DEFAULT_COMMAND
export FZF_DEFAULT_OPTS='--track'
# Setup LS_COLORS
if (( $+commands[dircolors] )); then
if [[ -e "$XDG_CONFIG_HOME"/dircolors/dircolors ]]; then