IntteliJベースのIDEのターミナルをGit BashやPowerShellに変更する方法
この記事のターゲット
- Windows
- IntteliJ ベースIDE
- IntelliJ IDEA, PyCharm, WebStorm, PHPStorm, CLion, RubyMine, Rider, GoLand etc...
やり方
[メニューバー] → [File] → [Settings] → [Tools] → [Terminal] → [Shell path]
- IntelliJ IDEA, PyCharm, WebStorm, PHPStorm, CLion, RubyMine, Rider, GoLand etc...
[メニューバー] → [File] → [Settings] → [Tools] → [Terminal] → [Shell path]
ここを変更すると起動するターミナルを変更することができます。
Shell pathの変更
変更したいターミナルに合わせて、以下の通り変更してください。
なお、パスは環境によって異なることがあります。
普通にコマンドでの指定でも問題なく動作します。
コマンドプロンプト
C:\Windows\System32\cmd.exe
cmd
GitBash
C:\\Program Files\\Git\\bin\\bash.exe
PowerShell
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
powershell
Motivation
私は普段 Mac、Windows、Ubuntu を気分で使い分けて開発しています。
中でもMacとUbuntuが多いので、 UNIX コマンドに慣れ親しんでいます。
Windows で IntteliJ の Terminal を起動したら、コマンドプロンプトが立ち上がってクソほど腹が立ったので "Terminal" で起動するターミナルを変更しました。
Future
- WSLを起動できるようにしたい
Author And Source
この問題について(IntteliJベースのIDEのターミナルをGit BashやPowerShellに変更する方法), 我々は、より多くの情報をここで見つけました https://qiita.com/Colk-tech/items/1d16e96ba2f8cb2a1431著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .