From 5281f680893480e8f71547c360491a9c1ba8c189 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Thu, 25 Dec 2025 13:58:08 -0500 Subject: [PATCH] Dotfiles update 2025-12-25 13:58 --- bin/dotfiles-doctor.sh | 4 ++-- zsh/lib/colors.zsh | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/dotfiles-doctor.sh b/bin/dotfiles-doctor.sh index 8018289..d8e7ea5 100755 --- a/bin/dotfiles-doctor.sh +++ b/bin/dotfiles-doctor.sh @@ -116,7 +116,7 @@ check_shell() { } check_symlinks() { - print_section "Symlinks" + print_section "Checking Dotfiles Symlinks" local symlinks=( "$HOME/.zshrc" @@ -188,7 +188,7 @@ check_dotfiles_dir() { } check_bin_scripts() { - print_section "Symlinks in ${HOME}/.local/bin for Bin Scripts" + print_section "Bin Script Symlinks: ${DF_LIGHT_ORANGE}.local/bin${DF_NC}" local scripts=( "dotfiles-doctor.sh" diff --git a/zsh/lib/colors.zsh b/zsh/lib/colors.zsh index fcd510c..48d589a 100644 --- a/zsh/lib/colors.zsh +++ b/zsh/lib/colors.zsh @@ -52,7 +52,6 @@ typeset -g DF_NC=$'\033[0m' # Alias for reset (No Color) typeset -g DF_GREY=$'\033[38;5;242m' typeset -g DF_LIGHT_GREY=$'\033[38;5;248m' typeset -g DF_DARK_GREY=$'\033[38;5;239m' -typeset -g DF_ORANGE=$'\033[38;5;208m' typeset -g DF_LIGHT_ORANGE=$'\033[38;5;220m' typeset -g DF_PINK=$'\033[38;5;213m' typeset -g DF_PURPLE=$'\033[38;5;141m'