Open truffaut opened 10 years ago
Students had to run:
chsh -s which zsh
which zsh
If that failed, students had to run:
sudo nano /etc/shells
And then add:
/usr/local/bin/zsh
to the bottom of that file.
Ideally, all of this should be automated.
Students had to run:
chsh -s
which zsh
If that failed, students had to run:
sudo nano /etc/shells
And then add:
/usr/local/bin/zsh
to the bottom of that file.
Ideally, all of this should be automated.