summarylogtreecommitdiffstats
path: root/fzf-extras.install
blob: 66e63df16c29f16e03b7be5b9fde201b08b5b75a (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
    . /etc/profile.d/fzf-extras.bash
    # when zsh
    . /etc/profile.d/fzf-extras.zsh
EOF