interesting: need to specify `bash -l` as the shell to get prompts working

main
Andrew Coleman 2022-06-03 09:19:53 -04:00
parent 4edb3e5653
commit bdbf32cf0c
1 changed files with 1 additions and 0 deletions

View File

@ -5,4 +5,5 @@ return {
font = wezterm.font("Fira Code"),
font_size = 18,
color_scheme = "iceberg-light",
default_prog = { "/usr/bin/env", "bash", "-l" },
}