fix cz-reset-home

This commit is contained in:
Lockszmith (VAST@MacBook) 2025-04-30 12:36:12 -04:00
parent 08e00b05f6
commit 5f12d8650e
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ if is_cmd 'chezmoi'; then
alias czu="czg pull && cz init --verbose && cz apply --verbose && _r"
alias czxu="cz upgrade && czg pull && cz init --verbose && czx apply --verbose && _r"
alias cz-reset-home="(czgcd && cd chezmoi.roots && RESET=reset SRC_DIR=_src.all ./symclone _home && RESET=reset ./symclone.sh _home.macos)"
alias cz-reset-home="(czgcd && cd chezmoi.roots && RESET=reset SRC_DIR=_src.all ./symclone.sh _home && RESET=reset ./symclone.sh _home.macos)"
fi
# vim: set ft=sh sw=4 sts=4 et: