dotfiles v1.1.3

This commit is contained in:
Your Name
2026-06-25 01:15:01 +00:00
parent 050e6b974b
commit a457d9fdb0
2 changed files with 6 additions and 1 deletions

View File

@@ -465,6 +465,11 @@ function dotfiles_sync -d "Pull remote updates and re-apply all dotfiles"
echo " functions/ updated"
set had_updates 1
end
if test -d "$tmpdir/.config/fish/conf.d"
command cp -r "$tmpdir/.config/fish/conf.d/." "$__fish_config_dir/conf.d/"
echo " conf.d/ updated"
set had_updates 1
end
# ── Step 6: Clean up ───────────────────────────────────────────────────
command rm -rf "$tmpdir"