Skip to content

Commit

Permalink
Add unix domain support
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed May 25, 2024
1 parent 9f98cae commit 74ad44e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions home/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@ return {
font = wezterm.font("JetBrains Mono", { weight = "Bold" }),
color_scheme = "nord",
hide_tab_bar_if_only_one_tab = true,
unix_domains = {
{
name = 'unix',
},
},
}

0 comments on commit 74ad44e

Please sign in to comment.