mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 06:46:40 +00:00
chore(zshenv): remove needless PATH setup
Path setup for shim dirs of rbenv, pyenv, and nodenv are no longer needed, as their init scripts are cached and loaded in the background. And their init scripts will add the shim directories to PATH. The setup we're removing here are left-over from when all three tools were being lazy loaded upon first use of the command, or first shell completion for the command.
This commit is contained in:
9
zshenv
9
zshenv
@@ -154,15 +154,6 @@ export GOPATH="$HOME/.go"
|
||||
export GOROOT="$HOME/.local/go"
|
||||
path_prepend "$GOPATH/bin"
|
||||
|
||||
# Ruby setup for rbenv (./zsh/ruby.zsh)
|
||||
path_prepend "$HOME/.rbenv/shims"
|
||||
|
||||
# Python setup for pyenv (./zsh/python.zsh)
|
||||
path_prepend "$HOME/.pyenv/shims"
|
||||
|
||||
# Node setup for nodenv (./zsh/nodejs.zsh)
|
||||
path_prepend "$HOME/.nodenv/shims"
|
||||
|
||||
# Rust setup
|
||||
path_prepend "$HOME/.cargo/bin"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user