Skip to content

Commit

Permalink
misc(zsh): remove unused configs
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed Oct 1, 2024
1 parent 38fec85 commit 456054d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions zsh/config.d/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -167,16 +167,9 @@ if command -v rbenv > /dev/null; then
eval "$(rbenv init -)"
fi

if command -v pyenv > /dev/null; then
eval "$(pyenv init -)"
fi

if command -v nodenv > /dev/null; then
eval "$(nodenv init -)"
fi

if command -v nodebrew > /dev/null; then
export PATH=$HOME/.nodebrew/current/bin:$PATH
export PATH=$PATH:"$(npm get prefix --global)/bin"
fi

if command -v nvim > /dev/null; then
Expand Down

0 comments on commit 456054d

Please sign in to comment.