Misc Changes
Made misc changes to clean up some aliases and added zoxide support.
This commit is contained in:
@@ -4,7 +4,7 @@ local wezterm = require("wezterm")
|
||||
-- This will hold the configuration
|
||||
local config = wezterm.config_builder()
|
||||
|
||||
config.color_scheme = 'tokyonight_storm'
|
||||
config.color_scheme = "tokyonight_storm"
|
||||
config.window_background_opacity = 0.95
|
||||
config.enable_tab_bar = false
|
||||
config.initial_cols = 205
|
||||
|
||||
Reference in New Issue
Block a user