Add FiraCode font on wezterm

This commit is contained in:
Victor Timofei 2023-06-09 13:21:36 +03:00
parent 6e30fdb5ab
commit f2689ec4f2
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
1 changed files with 2 additions and 0 deletions

View File

@ -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