Created
March 12, 2022 07:55
-
-
Save tigorlazuardi/296b2ffb09b411eb7d8a65c8f37d21d5 to your computer and use it in GitHub Desktop.
Personal Wezterm Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local wezterm = require("wezterm") | |
return { | |
font = wezterm.font("JetBrainsMono Nerd Font Mono"), | |
default_prog = { "wsl.exe", "-d", "Arch", "tmux", "attach", "||", "tmux" }, | |
hide_tab_bar_if_only_one_tab = true, | |
window_close_confirmation = "NeverPrompt", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment