summarylogtreecommitdiffstats
path: root/fzf-extras.install
blob: 291f66f8fa8848d6901085f0544bad32c9182870 (plain)
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