Changes symclone.sh and cz-reset-home to default to _home
This commit is contained in:
parent
b988c72339
commit
1110cb3dc7
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ if is_cmd chezmoi && [[ -z "$RESET" && -z "$SRC_DIR" && -z "$DEST_DIR" ]]; then
|
|||
fi
|
||||
|
||||
# Source directory (existing structure with files)
|
||||
SRC_DIR=${SRC_DIR:-_src.posix}
|
||||
SRC_DIR=${SRC_DIR:-_home}
|
||||
|
||||
SCRIPT_NAME="${0##*/}"
|
||||
usage() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue