From 13f98ccc8d283c7d3650b6058822640161e82293 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Wed, 22 Mar 2023 12:54:16 +0800 Subject: [PATCH] Remove fzf.zsh initialization. --- .bashrc.local | 1 - .zshrc.local | 1 - 2 files changed, 2 deletions(-) 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