Set wezterm shell to zsh
This commit is contained in:
parent
6c9dc5a0f3
commit
34c7c0700d
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ config.window_padding = {
|
||||||
|
|
||||||
config.font = wezterm.font "Fira Code"
|
config.font = wezterm.font "Fira Code"
|
||||||
|
|
||||||
|
config.default_prog = { 'zsh', '-l' }
|
||||||
|
|
||||||
local darkfile = os.getenv("HOME") .. "/.dark"
|
local darkfile = os.getenv("HOME") .. "/.dark"
|
||||||
|
|
||||||
wezterm.add_to_config_reload_watch_list(darkfile)
|
wezterm.add_to_config_reload_watch_list(darkfile)
|
||||||
|
|
Loading…
Reference in a new issue