Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 4
    The question pretty clearly states that modifying the system user database (the bit you need root to do in this answer) is not an option. Commented Jun 10, 2014 at 14:37
  • 3
    chsh -s /path/to/zsh is more standard and usually (but not always) doesn't require root access, unlike usermod which always does. So your answer has more problems than what the question already states as not working. Commented Jun 10, 2014 at 23:09
  • Also, "Is there a way I can put something in my .bashrc or something that automatically calls zsh when it opens as a workaround? ". Commented Nov 20, 2019 at 15:49