Quantcast
Channel: Bashタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 2812

Macで"The default interactive shell is now zsh."を非表示にする

$
0
0

The default interactive shell is now zsh.

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.

シェルをbashで使っていると、ターミナルやiTerm2を開くたびに
「デフォルトのインタラクティブシェルはzshになりましたよ。」って
ご丁寧に教えてくれます。

毎回はご勘弁願いたいので、非表示にしちゃいましょう。

表示を消す

.bash_profileに以下の記述をする。

~/.bash_profile
export BASH_SILENCE_DEPRECATION_WARNING=1

.bash_profileを開くコマンドはこちら。

標準のテキストエディタで。

$ open ~/.bash_profile

VSCodeで。
事前にPATHを通してください。ここでは割愛します。

$ code ~/.bash_profile

Viewing all articles
Browse latest Browse all 2812

Trending Articles