mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 04:46:41 +00:00
chore(zshenv): add select zinit installed tools to PATH
This commit is contained in:
13
zshenv
13
zshenv
@@ -183,6 +183,19 @@ path_prepend "$HOME/.volta/bin"
|
||||
# Rust setup
|
||||
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
|
||||
# ==============================================================================
|
||||
|
||||
Reference in New Issue
Block a user