summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@stripe.com>2017-11-08 10:31:21 -0800
committerJesse Luehrs <doy@tozt.net>2017-11-08 10:43:30 -0800
commitcd16afbc9bfd2da7bd29cc1ad4fc83283494a044 (patch)
tree5b00f968c50dd6cadeb053d904a32c71fc7c1c37 /bashrc
parent8976075e288d8cadc5c6c6d1e59615b9b2fee137 (diff)
downloadconf-cd16afbc9bfd2da7bd29cc1ad4fc83283494a044.tar.gz
conf-cd16afbc9bfd2da7bd29cc1ad4fc83283494a044.zip
replace anyframe with the fzf history search plugin
it works with zsh and bash
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index a02ab57..afc77ba 100644
--- a/bashrc
+++ b/bashrc
@@ -50,6 +50,8 @@ else
fi
# plugins {{{
source ~/.sh/cdhist.sh
+source ~/.sh/fzf/shell/completion.bash
+source ~/.sh/fzf/shell/key-bindings.bash
# }}}
# prompt {{{
export PROMPT_COMMAND="__err=\$?;$PROMPT_COMMAND;PS1=\"\$(fancy-prompt --prompt-escape bash "\$__err")\""