summarylogtreecommitdiffstats
path: root/fzf-tab-completion-git.install
blob: 93e2b933a921d542b141b4b6838ce6df3ca84b48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
  cat <<EOF

If you want to use it with readline, add follows to your .inputrc: 

	\$include function rl_custom_complete /usr/lib/librl_custom_complete.so
	C-i rl_custom_complete

Please read https://github.com/lincheney/fzf-tab-completion for more information.
EOF
}

post_upgrade() {
  post_install
}