mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
8 lines
211 B
Lua
8 lines
211 B
Lua
return function(config)
|
|
-- Environment
|
|
config.set_environment_variables = {
|
|
TERM = "xterm-256color",
|
|
-- TERM_PROGRAM = "wezterm", -- wezterm already sets this
|
|
}
|
|
config.enable_wayland = false
|
|
end
|