From 4455e55762cf5283af1a2514d31ec098a74e8858 Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Mon, 12 Jan 2026 16:44:14 -0500 Subject: [PATCH] save --- wezterm/.config/wezterm/wezterm.lua | 2 +- zsh/.local/share/vxclutch/zsh/envs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wezterm/.config/wezterm/wezterm.lua b/wezterm/.config/wezterm/wezterm.lua index 469f1db..a77db0c 100644 --- a/wezterm/.config/wezterm/wezterm.lua +++ b/wezterm/.config/wezterm/wezterm.lua @@ -22,6 +22,6 @@ config.window_padding = { config.tab_bar_at_bottom = true -config.window_background_opacity = 0 +config.window_background_opacity = .75 return config diff --git a/zsh/.local/share/vxclutch/zsh/envs b/zsh/.local/share/vxclutch/zsh/envs index e2bf280..a158930 100644 --- a/zsh/.local/share/vxclutch/zsh/envs +++ b/zsh/.local/share/vxclutch/zsh/envs @@ -2,4 +2,4 @@ export EDITOR=nvim export SUDO_EDITOR="$EDITOR" export TERM=xterm-256color -export GOPATH=.local/go +export GOPATH=$HOME/.local/go