From a4857ceb69cb9d8eb99394360e0ce4359ae0cf1e Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Sat, 29 Sep 2018 00:32:16 -0700 Subject: [PATCH] fzf support for shells --- bash-files/bashrc | 2 ++ zsh-files/zshrc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/bash-files/bashrc b/bash-files/bashrc index 6b02ef5..419f08a 100644 --- a/bash-files/bashrc +++ b/bash-files/bashrc @@ -104,3 +104,5 @@ prompt_func() { PROMPT_COMMAND=prompt_func export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting + +[ -f ~/.fzf.bash ] && source ~/.fzf.bash diff --git a/zsh-files/zshrc b/zsh-files/zshrc index 4d9f04d..78cae2c 100644 --- a/zsh-files/zshrc +++ b/zsh-files/zshrc @@ -44,3 +44,5 @@ export PATH="$HOME/.linuxbrew/bin:$PATH" bashcompinit . $HOME/.asdf/asdf.sh . $HOME/.asdf/completions/asdf.bash + +[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh