mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
feat: white space in message after 2 dots
This commit is contained in:
parent
94d5392ced
commit
616a1b3911
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ build_message() {
|
|||
i=$next
|
||||
done
|
||||
|
||||
local template="'$type'${scope}$attention: ${@}"
|
||||
local template="'$type'${scope}$attention:' ${@}'"
|
||||
local message=$(noglob sed -E "s/\s*(${(j:|:)_git_commit_flags})\s*//g" <<< "$template")
|
||||
|
||||
git commit -m "$message"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue