Added czed to posix

This commit is contained in:
Lockszmith (@VAST) 2025-03-17 17:43:04 -04:00
parent c19eb647c4
commit d0a678a902
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ if is_cmd 'chezmoi'; then
CZ_EXT="${CZ_EXT:-$(chezmoi source-path "${@}")/.chezmoiexternal.yaml.tmpl}"
"${VISUAL:-${EDITOR:-vi}}" "${CZ_EXT}"
}
czed() {
chezmoi edit "${@}" --apply --interactive
}
fi
# vim: set ft=bash sw=4 sts=4 et: