fzf support for shells

This commit is contained in:
Haak Saxberg 2018-09-29 00:32:16 -07:00
parent 8290897c58
commit a4857ceb69
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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