Dotfiles update 2025-12-25 11:30

This commit is contained in:
Aaron D. Lee
2025-12-25 11:30:33 -05:00
parent 753f8d4402
commit 4695b1e410
6 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ typeset -g WIDTH="${DF_WIDTH:-66}"
print_header() {
if declare -f df_print_header &>/dev/null; then
df_print_header "dotfiles-compile"
df_print_header "dotfiles-compile "
else
local user="${USER:-root}"
local hostname="${HOST:-$(hostname -s 2>/dev/null)}"

View File

@@ -25,7 +25,7 @@ readonly WIDTH="${DF_WIDTH:-66}"
print_header() {
if declare -f df_print_header &>/dev/null; then
df_print_header "dotfiles-stats"
df_print_header "dotfiles-stats "
else
local user="${USER:-root}"
local hostname="${HOSTNAME:-$(hostname -s 2>/dev/null)}"

View File

@@ -27,7 +27,7 @@ readonly WIDTH="${DF_WIDTH:-66}"
print_header() {
if declare -f df_print_header &>/dev/null; then
df_print_header "dotfiles-vault"
df_print_header "dotfiles-vault "
else
local user="${USER:-root}"
local hostname="${HOSTNAME:-$(hostname -s 2>/dev/null)}"

View File

@@ -15,7 +15,7 @@ _df_source_config() {
for loc in "${locations[@]}"; do
[[ -f "$loc" ]] && { source "$loc"; return 0; }
done
# Fallback defaults
DF_GREEN=$'\033[0;32m' DF_YELLOW=$'\033[1;33m' DF_CYAN=$'\033[0;36m'
DF_NC=$'\033[0m' DF_GREY=$'\033[38;5;242m' DF_LIGHT_BLUE=$'\033[38;5;39m'
@@ -46,7 +46,7 @@ done
print_header() {
if declare -f df_print_header &>/dev/null; then
df_print_header "dotfiles-version"
df_print_header "dotfiles-version "
else
local user="${USER:-root}"
local hostname="${HOSTNAME:-$(hostname -s 2>/dev/null)}"

BIN
zsh/lib/config.zsh.zwc Normal file

Binary file not shown.

Binary file not shown.