Skip to content

Commit

Permalink
Fix a bug where ascii arts didn't work at all
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunarmagpie authored and Lunarmagpie committed Oct 16, 2024
1 parent 76444c7 commit 314bdda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ func LoadConfig() (*Config, error) {
Sessions: append(sessions, newShellSession()),
LastSession: session,
Extra: configFile,
AsciiArts: asciiArts,
}, nil
}

Expand Down

0 comments on commit 314bdda

Please sign in to comment.