문제

On a nitrous.io drogo box, how do I change the default shell to zsh when I ssh in? I do not have write access to /etc/passwd, and I cannot sudo.

도움이 되었습니까?

해결책

You can't use zsh in the main console, but you could with tmux (which is already installed). You will just need to add this line into ~/.tmux.conf :

set-option -g default-shell /bin/zsh
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top