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?

More than 3 years have passed since last update.

minttyで設定が保存できないときの対処法(Windows 10)

Posted at

状況

minttyのOptionsから設定を変更したが、次回起動時に設定がリセットされていた。C:\Users\ユーザー名\.minttyrc は存在して設定も正しく書き込まれているのに、何故か読み込みができない。

対処法

WindowsにHOME環境変数を追加する。

  1. タスクバーから「environ」で検索し、「システム環境変数の編集」を開く
    image.png

  2. 「環境変数」を開く
    image.png

  3. ユーザー環境変数の方の「新規」から環境変数を作成する
    image.png

  4. 「変数名」にHOME、「変数値」にC:\Users\ユーザー名を入力して「OK」を押す
    image.png

  5. 「OK」を押して終了する
    image.png

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?