Added czed to posix
This commit is contained in:
parent
c19eb647c4
commit
d0a678a902
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue