在nitrous.io drogo框上,如何在ssh in时将默认的shell更改为zsh?我没有对/etc/passwd的写访问权,也不能这样做。
发布于 2014-02-05 18:33:17
您不能在主控制台中使用zsh,但是可以使用tmux (已经安装了)。您只需要将这一行添加到~/.tmux.conf中:
set-option -g default-shell /bin/zsh
https://stackoverflow.com/questions/21503828
相似问题