diff --git a/.zshrc b/.zshrc index d52607d..09bd878 100644 --- a/.zshrc +++ b/.zshrc @@ -380,7 +380,7 @@ __alias__() { git add . || echo "GIT ADD MISSFUNCTION" sleep 0.3 if git commit -m " update: submodules"; then - echo "${GREEN}${BOLD}Changes committed successfully.${NC}" + echo "${GREEN}${BOLD}commit message ${RED}' update: submodules'${GREEN} successfully commited${NC}" else echo "${RED}${BOLD}Failed to commit changes.${NC}" return 1