0

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?

  • If I open my terminal it goes to zsh. The problem is with Tilda. – Alex Moreno Jan 29 '15 at 19:30
  • 1
    Which terminal is that? What does getent passwd $USER | awk -F: '{print $NF}' say? – muru Jan 29 '15 at 19:33
  • I seem that you accidentally changed the login shell of root instead of your user. Did you perchance run all steps as root or with sudo? The guide you linked does not seem to mention which steps need to be done with root permissions (only the installation of zsh with apt-get) and which should be done as normal user (all other). – Adaephon Jan 30 '15 at 08:48
  • echo $0 returns me /bin/bash, while getent passwd $USER | awk -F: '{print $NF}' returns me /bin/zsh – Alex Moreno Jan 30 '15 at 12:00

0 Answers0