mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
chezmoi: awesome, fish, screen, wezterm, yazi
This commit is contained in:
parent
2cbf244d7b
commit
295f94ddb9
27 changed files with 613 additions and 5 deletions
8
dot_config/wezterm/misc.lua
Normal file
8
dot_config/wezterm/misc.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return function(config)
|
||||
-- Environment
|
||||
config.set_environment_variables = {
|
||||
TERM = "xterm-256color",
|
||||
-- TERM_PROGRAM = "wezterm", -- wezterm already sets this
|
||||
}
|
||||
config.enable_wayland = false
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue