Set wezterm shell to zsh

This commit is contained in:
Talia 2024-07-23 11:30:30 +02:00
parent 6c9dc5a0f3
commit 34c7c0700d

View file

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