summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/demo/stage_lines.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/demo/stage_lines.go')
-rw-r--r--pkg/integration/tests/demo/stage_lines.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkg/integration/tests/demo/stage_lines.go b/pkg/integration/tests/demo/stage_lines.go
index 6bfa21a98..df29ce61d 100644
--- a/pkg/integration/tests/demo/stage_lines.go
+++ b/pkg/integration/tests/demo/stage_lines.go
@@ -39,9 +39,7 @@ var StageLines = NewIntegrationTest(NewIntegrationTestArgs{
Skip: false,
IsDemo: true,
SetupConfig: func(config *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.
- config.UserConfig.Gui.NerdFontsVersion = "2"
+ config.UserConfig.Gui.NerdFontsVersion = "3"
config.UserConfig.Gui.ShowFileTree = false
config.UserConfig.Gui.ShowCommandLog = false
},