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?

The default interactive shell is now zsh. ~ を非表示させたい

Posted at

プログラミングを学び始めて半年ほどの初学者です。PHP/LaravelでWebアプリの開発をチームで行なっています。

VSCODEでコーディングしているのですが、最近急にターミナル画面に下記が表示されるようになりました。それなりに調べたのですが、この部分を消すことができません。

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.

【試したこと】
https://support.apple.com/kb/HT208050 を参照し、
ターミナル画面で
export BASH_SILENCE_DEPRECATION_WARNING=1 を入力
=> 効果なし

毎回出てくるのがうざったいので、消す方法を教えていただけますか。どうぞよろしくお願いいたします。

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?