diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 515a6b7..d8187a3 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -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