Dotfiles update 2025-12-26 19:59

This commit is contained in:
Aaron D. Lee
2025-12-26 19:59:25 -05:00
parent 91b7ec26d6
commit c08d276d94
9 changed files with 144 additions and 180 deletions

View File

@@ -278,6 +278,13 @@ _deferred_load() {
# Setup FZF
_has_cmd fzf && _setup_fzf
# -----------------------------------------------------------------------
# Load machine-specific configuration
# This must be loaded early so machine configs can override other settings
# -----------------------------------------------------------------------
local machines_lib="$_dotfiles_dir/zsh/lib/machines.zsh"
[[ -f "$machines_lib" ]] && source "$machines_lib"
# -----------------------------------------------------------------------
# Load all function files from functions directory
# Excludes command-palette.zsh (already loaded) and motd.zsh (loaded separately)