I followed the steps listed here:
http://whaaat.com/content/update-shell-zsh-osx-unix
And if I hit ctrl + shift + T, zsh opens up, but if I start Tilda, it still uses bash.
BUT, the tricky part: if I sudo su on Tilda, zsh appears!
What is happening?
getent passwd $USER | awk -F: '{print $NF}'say? – muru Jan 29 '15 at 19:33sudo? The guide you linked does not seem to mention which steps need to be done with root permissions (only the installation of zsh withapt-get) and which should be done as normal user (all other). – Adaephon Jan 30 '15 at 08:48echo $0returns me/bin/bash, whilegetent passwd $USER | awk -F: '{print $NF}'returns me/bin/zsh– Alex Moreno Jan 30 '15 at 12:00