From bfcbca14cefc457a6187d1038194afe6ea5831c5 Mon Sep 17 00:00:00 2001 From: Corey Smith Date: Mon, 13 Oct 2025 00:18:43 -0700 Subject: [PATCH] Adjust size --- dot_bashrc | 2 ++ dot_config/wezterm/wezterm.lua | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dot_bashrc b/dot_bashrc index ce89139..7644b8e 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -311,6 +311,8 @@ alias ls='ls -CG' alias .='pwd' +alias d='chezmoi' + for i in $(seq 2 8); do dots=$(printf '.%.0s' $(seq 1 $i)) paths=$(printf '../%.0s' $(seq 1 $((i - 1)))) diff --git a/dot_config/wezterm/wezterm.lua b/dot_config/wezterm/wezterm.lua index add9ce4..1405c0f 100644 --- a/dot_config/wezterm/wezterm.lua +++ b/dot_config/wezterm/wezterm.lua @@ -18,8 +18,8 @@ config.font = wezterm.font({ family = 'SF Mono', weight = 'Regular' }) -config.line_height = 1.3 -config.font_size = 13.2 +config.line_height = 1.2 +config.font_size = 14 config.cell_width = 1 -- Cursor