This commit is contained in:
Brian Zalewski 2024-01-02 01:02:15 +00:00
parent 111c4bf3f3
commit 43a2d62f06
4 changed files with 8 additions and 5 deletions

View file

@ -208,9 +208,12 @@ data:
weatherZipCode: 07960
diff:
pager: delta
args: ["--paging", "never"]
command: delta
args:
- "--paging"
- never
edit:
command: "code"
command: code
args:
- "--wait"
git:

View file

@ -650,7 +650,7 @@ runChezmoi() {
DEBUG_MODIFIER=""
if [ -n "$DEBUG_MODE" ] || [ -n "$DEBUG" ]; then
logg info "Either DEBUG_MODE or DEBUG environment variables were set so Chezmoi will be run in debug mode"
export DEBUG_MODIFIER="-vvvvv"
export DEBUG_MODIFIER="-vvvvv --debug --verbose"
fi
### Run chezmoi apply

View file

@ -650,7 +650,7 @@ runChezmoi() {
DEBUG_MODIFIER=""
if [ -n "$DEBUG_MODE" ] || [ -n "$DEBUG" ]; then
logg info "Either DEBUG_MODE or DEBUG environment variables were set so Chezmoi will be run in debug mode"
export DEBUG_MODIFIER="-vvvvv"
export DEBUG_MODIFIER="-vvvvv --debug --verbose"
fi
### Run chezmoi apply

View file

@ -342,7 +342,7 @@ runChezmoi() {
DEBUG_MODIFIER=""
if [ -n "$DEBUG_MODE" ] || [ -n "$DEBUG" ]; then
logg info "Either DEBUG_MODE or DEBUG environment variables were set so Chezmoi will be run in debug mode"
export DEBUG_MODIFIER="-vvvvv"
export DEBUG_MODIFIER="-vvvvv --debug --verbose"
fi
### Run chezmoi apply