Skip to content

Commit

Permalink
fix null xterm key in default config
Browse files Browse the repository at this point in the history
  • Loading branch information
pomdtr committed Dec 16, 2023
1 parent 922ee66 commit febd7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
type Config struct {
Theme string `json:"theme"`
ThemeDark string `json:"themeDark"`
XTerm map[string]any `json:"xterm"`
XTerm map[string]any `json:"xterm,omitempty"`
Env map[string]string `json:"env,omitempty"`
DefaultProfile string `json:"defaultProfile"`
Profiles map[string]Profile `json:"profiles"`
Expand Down

0 comments on commit febd7e7

Please sign in to comment.