This commit is contained in:
pika 2025-07-03 15:47:31 +02:00
parent 159f466773
commit 0d2f819ca7

View file

@ -524,7 +524,7 @@ __git__() {
fi
case $commit_files in
'.') ;;
'.') commit_message="wip" ;;
*)
echo "${GREEN}Committed files: ${BOLD}${commit_files[*]}${NC}"
;;