From 00082c03112b89e9af665fc38be1a8b760ffb6a7 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Wed, 20 Mar 2019 15:34:49 +0800 Subject: [PATCH] Add fzf support. --- .bashrc.local | 1 + .zshrc.local | 1 + 2 files changed, 2 insertions(+) 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