From 90b4bbc549c084e8fcd218f6ae49aa42ae9e3556 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Mon, 1 Jul 2024 19:55:52 -0700 Subject: [PATCH] wezterm --- .config/wezterm/wezterm.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/wezterm/wezterm.fnl b/.config/wezterm/wezterm.fnl index 2e41bcc..ce86058 100644 --- a/.config/wezterm/wezterm.fnl +++ b/.config/wezterm/wezterm.fnl @@ -1,7 +1,6 @@ -(local wezterm (require "wezterm")) +(local wezterm (require :wezterm)) (local config (wezterm.config_builder)) -; (tset config :color_scheme "Apprentice (base16)") (tset config :color_scheme "Ashes (base16)") (tset config :enable_tab_bar false) @@ -10,3 +9,4 @@ (tset config :font_size 13) config +