mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
7 lines
147 B
Lua
7 lines
147 B
Lua
return function(config)
|
|
-- Environment
|
|
config.set_environment_variables = {
|
|
TERM = "xterm-256color",
|
|
TERM_PROGRAM = "wezterm",
|
|
}
|
|
end
|