interesting: need to specify `bash -l` as the shell to get prompts working
parent
4edb3e5653
commit
bdbf32cf0c
|
@ -5,4 +5,5 @@ return {
|
||||||
font = wezterm.font("Fira Code"),
|
font = wezterm.font("Fira Code"),
|
||||||
font_size = 18,
|
font_size = 18,
|
||||||
color_scheme = "iceberg-light",
|
color_scheme = "iceberg-light",
|
||||||
|
default_prog = { "/usr/bin/env", "bash", "-l" },
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue