# chsh できない環境でログインシェル変更 擬似的に。 ## sh系 `~/.profile` ```sh exec zsh ``` ## csh系 `~/.login` ```sh exec zsh ```