ansible-role--bashrc/files/bashrc.d/70-util-fzf.sh

6 lines
106 B
Bash
Raw Normal View History

2021-12-31 12:03:38 +00:00
if hash fzf >/dev/null 2>&1 ; then
export FZF_DEFAULT_OPTS='--height 40% --layout=reverse --border'
fi