addet color output for gsu
This commit is contained in:
parent
e4930d2211
commit
55f4da8abb
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue