fix cz-reset-home
This commit is contained in:
parent
08e00b05f6
commit
5f12d8650e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue