dotfiles/.ksh/fzf.ksh

3 lines
102 B
Bash

export FZF_DEFAULT_COMMAND="fd --hidden --type f"
export FZF_DEFAULT_OPTS="--layout=reverse -i -e +s"