tangled
alpha
login
or
join now
karei.dev
/
unix-config
Configuration files
0
fork
atom
overview
issues
pulls
pipelines
Change wezterm font
authored by
karei
and committed by
karei.dev
2 years ago
e692ad7a
6da0706c
options
unified
split
Changed files
+1
-1
.wezterm.lua
+1
-1
.wezterm.lua
···
2
2
3
3
local config = wezterm.config_builder()
4
4
5
5
-
local font_family = "Mononoki Nerd Font Mono"
5
5
+
local font_family = "BerkeleyMono Nerd Font"
6
6
7
7
if wezterm.hostname() == "WS" then
8
8
config.default_prog = { "pwsh" }