V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m52s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-17 17:58:02 +02:00
parent 2f456451d5
commit 8542205aeb
6 changed files with 94 additions and 9 deletions

View File

@@ -30,3 +30,5 @@ export PS1='$( STATUS=$?; \
printf "\001\e[0;31m\002\u@\H\001\e[0m\002:\001\e[0;95m\002\w\001\e[0m\002>>\001\e[0;91m\002%d\001\e[0m\002|~#> " "${STATUS}"; \
fi; ) '
EOF
# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh