Ho provato a passare la shell predefinita a zsh
, usando chsh
:
chsh -s /bin/zsh
e
chsh -s 'which zsh'
Entrambi i comandi terminavano con:
Changing shell for adamatan.
Password for adamatan:
chsh: Operation is not supported by the directory node. Operation is not supported by the directory node.
chsh: no changes made
Come posso cambiare la mia shell predefinita in OSX Lion?