インストール時に
[Configuring the terminal emulator to use with Git Bash] では [Use MinTTY (the default terminal of MSys2)] を選択いたしました。
せっかくなので Git Bash の MinTTY の設定をして使ってみます。
設定内容
- ウインドウサイズ
- フォント
設定手順
- Git Bash を起動し、ウインドウサイズをドラッグして変更
- 上部バーを右クリック > [Options…]
- [Window]
- [Default size] は [Current size] をクリックして、ドラッグして定めたサイズを反映
- [Text]
- [Font] > [Select…] > [フォント名] に [Consolas] と入力し [OK]
- [Locale] は [ja_JP]
- [Character set] は [UTF-8]
- [OK]
フォントを Consolas にした理由
コマンドプロンプトで git status
した時、次のような警告が表示されましたの (MinTTY では表示されない) 。
Warning: Your console font probably doesn’t support Unicode. If you experience strange characters in the output, consider switching to a TrueType font such as Consolas!
Consolas ってどんなフォントかしら?と興味を持ったのがきっかけです。
おわりに
フォントが変更されているように感じられません。。。リスト内のフォントでないとダメかしら。。。
以上です。