status: better format

This commit is contained in:
pedro 2024-02-29 12:59:27 +01:00
parent 00071594e6
commit fa544f4f22
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ main() {
commit_info="$(git log --pretty=format:'[%ci] %h %an: %s' -n 1)"
cd - >/dev/null
d_name="$(basename "${d}")"
printf " - %-30s commit: %s\n" "${d_name}" "${commit_info}"
printf " - %-25s | commit: %s\n" "${d_name}" "${commit_info}"
done
done
}