mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(wezterm): Modular configs, tab bar and more shortcuts
This commit is contained in:
parent
bba2c8813f
commit
382064dc29
8 changed files with 587 additions and 268 deletions
7
tools/wezterm/misc.lua
Normal file
7
tools/wezterm/misc.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return function(config)
|
||||
-- Environment
|
||||
config.set_environment_variables = {
|
||||
TERM = "xterm-256color",
|
||||
TERM_PROGRAM = "wezterm",
|
||||
}
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue