summarylogtreecommitdiffstats
path: root/fzf-extras.install
blob: d373f4d196ef9faaf929953b032101a07edcfaa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  printf "%b\n" "$fzfin"
}

read -d '' fzfin <<'EOF'
fzf-extras
==========

Add the following to your shell config:

    . /etc/profile.d/fzf-extras.bash # when bash
    . /etc/profile.d/fzf-extras.zsh # when zsh
EOF