Quantcast
Channel: Why does it take tens of seconds to get a shell prompt? - Server Fault
Viewing all articles
Browse latest Browse all 10

Answer by Paul for Why does it take tens of seconds to get a shell prompt?

$
0
0

Learned alot from this thread. In my case the offender was nvm:

export NVM_DIR="$HOME/.nvm"[ -s "/usr/local/opt/nvm/nvm.sh" ] && . "/usr/local/opt/nvm/nvm.sh"  # This loads nvm[ -s "/usr/local/opt/nvm/etc/bash_completion" ] && . "/usr/local/opt/nvm/etc/bash_completion"  # This loads nvm bash_completion

Viewing all articles
Browse latest Browse all 10

Trending Articles