0
0

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 5 years have passed since last update.

何も知らずにchshした話

Last updated at Posted at 2019-11-30

前回何も知らずにHomebrewアップデート
したら、ターミナル起動直後に↓これが出るようになった

The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.

直していきたい。指定されたURLへ行くと404!?
仕方なくrunしろと書かれてるコマンドを

chsh -s /bin/zsh

再起動したら $ が % になってる。。。?!

masajiro@MacBook-Pro ~ % 

ちょっと意味わからないけどこれで一応終わりか

追伸:意味わかったわデフォルトでbashからzshに変わる

Macお前、変わっちまったな...

合わせて読みたい?

osx-catarinaでシェルがbashからzshに変わったので、zshの設定を

MacOS Catalina、BashをやめてZshに
https://www.infoq.com/jp/news/2019/07/macos-ditches-bash-for-zsh/

Catalinaでデフォルトシェルが「zsh」に変わる、bashとの違いは?
https://qiita.com/tukanpo/items/c845b7d34227c9d31cff

【macOS】10.15 Catalinaのzshプロファイルに対応する
https://www.yokoweb.net/2019/10/12/macos-catalina-zsh-profile/

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?