fzf support for shells
This commit is contained in:
parent
8290897c58
commit
a4857ceb69
2 changed files with 4 additions and 0 deletions
|
|
@ -104,3 +104,5 @@ prompt_func() {
|
||||||
PROMPT_COMMAND=prompt_func
|
PROMPT_COMMAND=prompt_func
|
||||||
|
|
||||||
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
|
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
|
||||||
|
|
||||||
|
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
||||||
|
|
|
||||||
|
|
@ -44,3 +44,5 @@ export PATH="$HOME/.linuxbrew/bin:$PATH"
|
||||||
bashcompinit
|
bashcompinit
|
||||||
. $HOME/.asdf/asdf.sh
|
. $HOME/.asdf/asdf.sh
|
||||||
. $HOME/.asdf/completions/asdf.bash
|
. $HOME/.asdf/completions/asdf.bash
|
||||||
|
|
||||||
|
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue