ansible-role--bashrc/files/bashrc.d/70-util-fzf.sh
2021-12-31 13:03:38 +01:00

6 lines
106 B
Bash

if hash fzf >/dev/null 2>&1 ; then
export FZF_DEFAULT_OPTS='--height 40% --layout=reverse --border'
fi