text 强制zsh作为默认shell

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 强制zsh作为默认shell相关的知识,希望对你有一定的参考价值。

If you cant set zsh as default shell, open `.zshrc` file and add this block

if test -t 1; then
exec zsh
fi

以上是关于text 强制zsh作为默认shell的主要内容,如果未能解决你的问题,请参考以下文章

Mac 上将zsh用做默认Shell

Arch Linux 终端升级zsh(oh my zsh)

修改 Linux 默认 Shell 用 chsh -s /bin/zsh 命令不生效,提示 chsh: Shell not changed. 或 chsh: command not found 怎么办

text [抗原]抗原zshrc #dotfiles #shell #zsh

如何使 zsh 在 Mac OS X(在 iTerm 中)上作为登录 shell 运行?

安装oh-my-zsh