Skip to content

Commit

Permalink
fix: remove invalid terminal types
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Dec 11, 2024
1 parent 13ff91d commit aeb5ec8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions env.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,7 @@ func envColorProfile(env map[string]string) (p Profile) {
"kitty",
"rio",
"st",
"wezterm",
"xterm-ghostty",
"xterm-kitty":
"wezterm":
return TrueColor
case "xterm":
for _, t := range []string{
Expand Down

0 comments on commit aeb5ec8

Please sign in to comment.