summarylogtreecommitdiffstats
path: root/fzf-tab-completion-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'fzf-tab-completion-git.install')
-rw-r--r--fzf-tab-completion-git.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/fzf-tab-completion-git.install b/fzf-tab-completion-git.install
new file mode 100644
index 000000000000..93e2b933a921
--- /dev/null
+++ b/fzf-tab-completion-git.install
@@ -0,0 +1,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
+}
+
+