From 55f4da8abb9b3b905dcc1571621612d2c2962850 Mon Sep 17 00:00:00 2001 From: pika Date: Tue, 1 Apr 2025 19:32:57 +0200 Subject: [PATCH] addet color output for gsu --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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