diff --git a/.bashrc.local b/.bashrc.local index 10dbc95..24293c1 100644 --- a/.bashrc.local +++ b/.bashrc.local @@ -5,6 +5,7 @@ alias update="(cd ~/git; make all)" [[ -s "$HOME/perl5/perlbrew/etc/bashrc" ]] && source "$HOME/perl5/perlbrew/etc/bashrc" [[ -s "$HOME/.phpbrew/bashrc" ]] && source "$HOME/.phpbrew/bashrc" [[ -s "$HOME/.cargo/env" ]] && source "$HOME/.cargo/env" +[[ -f "$HOME/.fzf.zsh" ]] && source "$HOME/.fzf.zsh" # export PYENV_ROOT="${HOME}/.pyenv" if [ -d "${PYENV_ROOT}" ]; then diff --git a/.zshrc.local b/.zshrc.local index c65c44f..f4531f5 100644 --- a/.zshrc.local +++ b/.zshrc.local @@ -5,6 +5,7 @@ alias "update=(cd ~/git; make all)" [[ -s "$HOME/perl5/perlbrew/etc/bashrc" ]] && source "$HOME/perl5/perlbrew/etc/bashrc" [[ -s "$HOME/.phpbrew/bashrc" ]] && source "$HOME/.phpbrew/bashrc" [[ -s "$HOME/.cargo/env" ]] && source "$HOME/.cargo/env" +[[ -f "$HOME/.fzf.zsh" ]] && source "$HOME/.fzf.zsh" # export PYENV_ROOT="${HOME}/.pyenv" if [ -d "${PYENV_ROOT}" ]; then