From 8e5c44023bc03df998452db11e03fdbdd1da1585 Mon Sep 17 00:00:00 2001 From: Graham Hall Date: Fri, 7 Feb 2025 10:00:00 -0500 Subject: [PATCH] 2025-02-07 --- misc_config/ghostty | 2 +- zsh_config/zshrc | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/misc_config/ghostty b/misc_config/ghostty index a79e9b8..785b0ef 100644 --- a/misc_config/ghostty +++ b/misc_config/ghostty @@ -4,7 +4,7 @@ cursor-style = underline shell-integration-features = no-cursor adjust-cursor-thickness = 4 -font-size = 14 +font-size = 13 font-family = Rec Mono Linear font-thicken = true selection-invert-fg-bg = true diff --git a/zsh_config/zshrc b/zsh_config/zshrc index 7f4f59f..52d388d 100644 --- a/zsh_config/zshrc +++ b/zsh_config/zshrc @@ -24,7 +24,3 @@ source <(ng completion script) # Prevent "You have new mail" message clear - -if [ "$TERM_PROGRAM" = "ghostty" ]; then - fastfetch -fi