caiogondim / bullet-train.zsh

:bullettrain_side: An oh-my-zsh shell theme based on the Powerline Vim plugin
MIT License
2.82k stars 382 forks source link

Node version in Mac OS #330

Open kashyappatel1988 opened 3 years ago

kashyappatel1988 commented 3 years ago

Screen Shot 2020-11-17 at 5 34 24 PM

I see some old PRs about removing node version however its still there for MAC OS. I was able to remove it by adding # infront of the nvm. Why do we need nvm again ? Very annoying

if [ ! -n "${BULLETTRAIN_PROMPT_ORDER+1}" ]; then
  BULLETTRAIN_PROMPT_ORDER=(
    time
    status
    custom
    context
    dir
    screen
    perl
    ruby
    virtualenv
    #nvm
    aws
    go
    rust
    elixir
    git
    hg
    cmd_exec_time
  )
fi