From cd16afbc9bfd2da7bd29cc1ad4fc83283494a044 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 8 Nov 2017 10:31:21 -0800 Subject: replace anyframe with the fzf history search plugin it works with zsh and bash --- bashrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bashrc') 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")\"" -- cgit v1.2.3-54-g00ecf