Skip to content

Instantly share code, notes, and snippets.

@tigorlazuardi
Created March 12, 2022 07:55
Show Gist options
  • Save tigorlazuardi/296b2ffb09b411eb7d8a65c8f37d21d5 to your computer and use it in GitHub Desktop.
Save tigorlazuardi/296b2ffb09b411eb7d8a65c8f37d21d5 to your computer and use it in GitHub Desktop.
Personal Wezterm Configuration
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