chore(zshenv): add select zinit installed tools to PATH

This commit is contained in:
2022-02-22 19:13:57 +00:00
parent b53eb7d83d
commit 46f5d8b64a

13
zshenv
View File

@@ -183,6 +183,19 @@ path_prepend "$HOME/.volta/bin"
# Rust setup # Rust setup
path_prepend "$HOME/.cargo/bin" path_prepend "$HOME/.cargo/bin"
# ==============================================================================
# Path setup for select binaries installed with zinit
# ==============================================================================
path_prepend "$HOME/.local/zsh/zinit/plugins/direnv---direnv"
path_prepend "$HOME/.local/zsh/zinit/plugins/junegunn---fzf"
path_prepend "$HOME/.local/zsh/zinit/plugins/mvdan---sh"
path_prepend "$HOME/.local/zsh/zinit/plugins/pyenv---pyenv/bin"
path_prepend "$HOME/.local/zsh/zinit/plugins/rbenv---rbenv/bin"
path_prepend "$HOME/.local/zsh/zinit/plugins/rclone---rclone"
path_prepend "$HOME/.local/zsh/zinit/plugins/stefanmaric---g/bin"
path_prepend "$HOME/.local/zsh/zinit/plugins/volta-cli---volta"
# ============================================================================== # ==============================================================================
# Local Overrides # Local Overrides
# ============================================================================== # ==============================================================================