LoginSignup
0
0

More than 5 years have passed since last update.

PhpStormのshellをfishに変える

Last updated at Posted at 2018-10-06

個人的なメモ

Homebrewを入れてない場合は入れる

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

一応確認

brew doctor
Your system is ready to brew.

fishをインストールする

brew install fish

インストールできたか確認してみる

fish -v

デフォルトのシェルをfishに変更

echo /usr/local/bin/fish >> /etc/shells
chsh -s /usr/local/bin/fish

PhpStormでfishをデフォルトシェルにする

  • Command + ,で設定を開く
  • Tool > Terminalを開く
  • Application Settings > Shell pathに「/usr/local/bin/fish」を設定

以上

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