codefellows / setup-guide

Computer setup instructions for students starting classes at Code Fellows
https://codefellows.github.io/setup-guide
39 stars 74 forks source link

.zprofile to .zshrc #163

Closed kassiebradshaw closed 2 years ago

kassiebradshaw commented 2 years ago

Correct bottom of homebrew steps page:

echo 'export BREW_HOME="/home/linuxbrew/.linuxbrew/bin"' >> $HOME/.zprofile.zshrc echo 'export PATH="$PATH:$BREW_HOME"' >> $HOME/.zprofile.zshrc reset

DavidSouther commented 2 years ago

This needs to be updated for 401's postgress step, as well.

https://github.com/codefellows/code-401-javascript-guide/issues/1014