addet color output for gsu

This commit is contained in:
pika 2025-04-01 19:32:57 +02:00
parent e4930d2211
commit 55f4da8abb

2
.zshrc
View file

@ -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