{
  "$type": "site.standard.document",
  "canonicalUrl": "https://blog.nove-b.dev//posts/gitbash-enable-japanese",
  "description": "GitBashが日本語を受け付けなかったので対応させた",
  "path": "/posts/gitbash-enable-japanese",
  "publishedAt": "2024-03-15T15:20:03.000Z",
  "site": "at://did:plc:2atly2y5kfyjcj5zap6pv4wd/site.standard.publication/3mmxeqr2tcb2k",
  "tags": [
    "GitBash"
  ],
  "textContent": "会社のPCでGit Bashに日本語を打つと何も表示されない。\n\nそのため、毎回毎回export LC_ALL=ja_JP.utf8と記入していた。\n\n面倒なので起動時に日本語を受け付けるようにしたい。\n\n.bash_profileを変更する\n\nuser/username/.bash_profileにexport LC_ALL=ja_JP.utf8を追記すると実現できる。",
  "title": "GitBashが日本語を受け付けなかったので対応させた"
}