diff --git a/.bashrc.local b/.bashrc.local index c8499c9..8db903e 100644 --- a/.bashrc.local +++ b/.bashrc.local @@ -5,7 +5,6 @@ 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 6a20bb0..832d375 100644 --- a/.zshrc.local +++ b/.zshrc.local @@ -5,7 +5,6 @@ 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