Use nerdfont version 3

Turns out I was on version 2 when recording these. I've switched
to v3 now.
This commit is contained in:
Jesse Duffield 2023-08-07 16:32:30 +10:00
parent 2ded352f3a
commit 69ff621494
11 changed files with 14 additions and 31 deletions

View file

@ -11,9 +11,7 @@ var CommitAndPush = 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")