mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 03:06:40 +00:00
revert(zshenv): remove needless PATH setup"
This reverts commit 4b947ab25f.
The PATH setup is obviously needed for tools that don't load an
interactive shell to work. That'll teach me to not update my dotfiles
when struggling to stay away ^_^
This commit is contained in:
9
zshenv
9
zshenv
@@ -154,6 +154,15 @@ 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