2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Mac でログインシェルが起動できなくなったら

Posted at

tl;dr

ターミナルアプリで無事に起動するはずの /bin/bash などの OS 標準 shell を指定して起動する。
設定方法は以下の通り。

  • ターミナル.app: 環境設定 -> 一般 -> 開くシェルコマンド(完全パス)
  • iTerm2: Preference -> profile -> general -> CommandCustom Shell

どしたの?

homebrew を update / upgrade したら homebrew でインストールした zsh が起動しなくなった。
chsh してしまってたので困った。

.profile とか .rc のカスタマイズに失敗したときはエディタで編集して復旧できるはずです。

参考

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?