summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/demo/custom_command.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/demo/custom_command.go')
-rw-r--r--pkg/integration/tests/demo/custom_command.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkg/integration/tests/demo/custom_command.go b/pkg/integration/tests/demo/custom_command.go
index 46b6b515e..147a63ba4 100644
--- a/pkg/integration/tests/demo/custom_command.go
+++ b/pkg/integration/tests/demo/custom_command.go
@@ -24,9 +24,7 @@ var CustomCommand = NewIntegrationTest(NewIntegrationTestArgs{
Skip: false,
IsDemo: true,
SetupConfig: func(cfg *config.AppConfig) {
- // No idea why I had to use version 2: it should be using my own computer's
- // font and the one iterm uses is version 3.
- cfg.UserConfig.Gui.NerdFontsVersion = "2"
+ setDefaultDemoConfig(cfg)
cfg.UserConfig.CustomCommands = []config.CustomCommand{
{