Skip to content

Commit

Permalink
Disable wezterm update checking
Browse files Browse the repository at this point in the history
  • Loading branch information
RhydianJenkins committed Feb 28, 2024
1 parent 6f8bdf2 commit a17de0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotfiles/.wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ if wezterm.config_builder then
config = wezterm.config_builder()
end

config.check_for_updates = false
config.color_scheme = "tokyonight"
config.enable_tab_bar = false
config.window_padding = {
Expand Down

0 comments on commit a17de0c

Please sign in to comment.