This commit is contained in:
pika 2025-07-03 16:28:23 +02:00
parent e1a315b57e
commit 9ff07e94c2

View file

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