rearange sz.env and optimize for zsh

This commit is contained in:
Lockszmith (VAST@MacBook) 2025-04-17 15:50:23 -04:00
parent 39a136f9e9
commit 0acdc146c4
29 changed files with 144 additions and 100 deletions

View file

@ -40,6 +40,7 @@ if is_cmd 'chezmoi'; then
chezmoi edit "${EDITLIST[@]}" --apply --interactive
}
alias czx="CZ_EXTR=1 chezmoi "
alias cz-reset-home="(czcd; cd ..; RESET=reset ./symclone.sh _home.macos; RESET=reset ./symclone.sh _home)"
fi
# vim: set ft=bash sw=4 sts=4 et:
# vim: set ft=sh sw=4 sts=4 et: