mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
chore(zsh): install rbenv, pyenv and nodenv with zinit instead of brew
Main benefit is that these tools will now auto-install correctly on Linux systems too.
This commit is contained in:
6
zshenv
6
zshenv
@@ -153,15 +153,15 @@ path_prepend "/opt/emacs/bin"
|
||||
# Use custom tmux install if available
|
||||
path_prepend "/opt/tmux/bin"
|
||||
|
||||
# Ruby setup
|
||||
# Ruby setup for rbenv (./zsh/ruby.zsh)
|
||||
path_prepend "$HOME/.rbenv/shims"
|
||||
path_prepend "$HOME/.rbenv/bin"
|
||||
|
||||
# Python setup
|
||||
# Python setup for pyenv (./zsh/python.zsh)
|
||||
path_prepend "$HOME/.pyenv/shims"
|
||||
path_prepend "$HOME/.pyenv/bin"
|
||||
|
||||
# Node setup
|
||||
# Node setup for nodenv (./zsh/nodejs.zsh)
|
||||
path_prepend "$HOME/.nodenv/shims"
|
||||
path_prepend "$HOME/.nodenv/bin"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user