From f6bd181f3d62758acf75623bd4bf15c81cf3eeef Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Thu, 25 Dec 2025 12:54:38 -0500 Subject: [PATCH] Dotfiles update 2025-12-25 12:54 --- zsh/lib/utils.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/zsh/lib/utils.zsh b/zsh/lib/utils.zsh index 0413667..037bc82 100644 --- a/zsh/lib/utils.zsh +++ b/zsh/lib/utils.zsh @@ -97,7 +97,6 @@ df_print_header() { echo -e "${DF_GREY}╒${hline}╕${DF_NC}" echo -e "${DF_GREY}│${DF_NC} ${DF_BOLD}${user_color}${h_left}${DF_NC}${left_spaces}${DF_LIGHT_GREEN}${h_center}${right_spaces}${DF_NC}${DF_BOLD}${h_right}${DF_NC} ${DF_GREY}│${DF_NC}" echo -e "${DF_GREY}╘${hline}╛${DF_NC}" - echo "" } # Print a header box for functions (simpler, no user@host)