Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Terminal field has wrong content #762

Closed
Bios-Marcel opened this issue Mar 17, 2024 · 1 comment
Closed

[BUG] Terminal field has wrong content #762

Bios-Marcel opened this issue Mar 17, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Bios-Marcel
Copy link

General description of bug:

  • I had two terminals open
  • In the left one I ran chezmoi cd (Changes dir to chezmoi directory in a subshell)
  • Running fastfetch in the left one says the Terminal is chezmoi
  • Running fastfetch in the right one correctly recognised alacritty

I got fastfetch via nixos-channel-23.11. The version is 2.2.3.

Often helpful information:

Screenshot:

image

Output of fastfetch --format json:

{
  {
    "type": "Terminal",
    "result": {
      "processName": "chezmoi",
      "exe": "chezmoi",
      "exeName": "chezmoi",
      "pid": 15680,
      "prettyName": "chezmoi",
      "version": ""
    }
  },
  {
    "type": "TerminalFont",
    "error": "Unknown terminal: chezmoi"
  }
}

Note my term variable though:

[marcel@nixthinkpad:~]$ echo $TERM
alacritty
@Bios-Marcel Bios-Marcel added the bug Something isn't working label Mar 17, 2024
@CarterLi
Copy link
Member

Should be fixed in the latest dev build. Please have a test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants