From de14e784c373e01da761432ddcf96b3f74f60043 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 27 May 2024 00:30:04 +0100 Subject: [PATCH] chore(env/fzf): remove old defunct install path for fzf --- zshenv | 6 ------ 1 file changed, 6 deletions(-) diff --git a/zshenv b/zshenv index 191c248..eaa6c1f 100644 --- a/zshenv +++ b/zshenv @@ -292,12 +292,6 @@ path_prepend "$HOME/.orbstack/bin" # Google Cloud SDK setup source-if-exists "${HOMEBREW_PREFIX}/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/path.zsh.inc" -# ============================================================================== -# Path setup for select binaries installed with zinit -# ============================================================================== - -path_prepend "$HOME/.local/zsh/zinit/plugins/junegunn---fzf" - # ============================================================================== # Local Overrides # ==============================================================================