Add FiraCode font on wezterm
This commit is contained in:
parent
6e30fdb5ab
commit
f2689ec4f2
|
@ -3,6 +3,8 @@ local config = {}
|
|||
|
||||
colors, metadata = wezterm.color.load_scheme('/home/vtimofei/.config/wezterm/tokyonight_night.toml')
|
||||
|
||||
config.font = wezterm.font 'FiraCode Nerd Font'
|
||||
|
||||
config.enable_tab_bar = false
|
||||
|
||||
config.colors = colors
|
||||
|
|
Loading…
Reference in New Issue