fix: wezterm - font

This commit is contained in:
Ryan Yin
2023-08-14 14:43:09 +08:00
parent 24630c5e5d
commit ae851875a9

View File

@@ -54,7 +54,7 @@
-- This is where you actually apply your config choices
config.color_scheme = "Catppuccin Mocha"
config.font = wezterm.font("JetBrains Mono")
config.font = wezterm.font("JetBrainsMono Nerd Font")
config.hide_tab_bar_if_only_one_tab = true
config.scrollback_lines = 10000
config.enable_scroll_bar = true