chsh -s /bin/zsh
or
chsh
mkpasswd -c | sed -e 'sX/bashX/zshX' | tee -a /etc/passwd
See: http://superuser.com/a/891728