1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
post_install() { printf "%b\n" "$fzfin" } read -d '' fzfin <<'EOF' fzf-extras ========== To source fzf-extras, add the following to your shell config: # when bash . /usr/share/fzf/fzf-extras.bash # when zsh . /usr/share/fzf/fzf-extras.zsh EOF