summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/demo/interactive_rebase.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-08-07 21:23:42 +1000
committerGitHub <noreply@github.com>2023-08-07 21:23:42 +1000
commitecaf1e900242931ff4098986e0720eca15a8398a (patch)
treef51107ddcac606c272f9308fd453ec5d74c9e6c2 /pkg/integration/tests/demo/interactive_rebase.go
parent2ded352f3afc86d1cd02b1f8bb10ec361ecdf7db (diff)
parent69ff62149484961cbe345b1244dc8afe9762cb59 (diff)
Use nerdfont version 3 in demos (#2901)
Diffstat (limited to 'pkg/integration/tests/demo/interactive_rebase.go')
-rw-r--r--pkg/integration/tests/demo/interactive_rebase.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkg/integration/tests/demo/interactive_rebase.go b/pkg/integration/tests/demo/interactive_rebase.go
index fd19e3657..56d711c55 100644
--- a/pkg/integration/tests/demo/interactive_rebase.go
+++ b/pkg/integration/tests/demo/interactive_rebase.go
@@ -11,9 +11,7 @@ var InteractiveRebase = 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"
},
SetupRepo: func(shell *Shell) {
shell.CreateFile("my-file.txt", "myfile content")