Skip to content

Commit

Permalink
Updated wezterm.font from JetBrainsMono Nerd Font Mono to `JetBra…
Browse files Browse the repository at this point in the history
…ins Mono`
  • Loading branch information
missingcharacter committed Aug 22, 2024
1 parent 83eff35 commit 2fbd9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ end)

-- This is where you actually apply your config choices
config.font_size = 15.0
config.font = wezterm.font("JetBrainsMono Nerd Font Mono")
config.font = wezterm.font("JetBrains Mono")
config.window_background_opacity = 0.9
config.default_cursor_style = "BlinkingBlock"
-- For example, changing the color scheme:
Expand Down

0 comments on commit 2fbd9d2

Please sign in to comment.