chore(config): tweaks to configs and scripts

This commit is contained in:
2024-11-22 17:54:37 +02:00
parent 746646ae55
commit d585d61537
4 changed files with 15 additions and 10 deletions

View File

@@ -11,7 +11,7 @@
[ -z "$SHARED_SCRIPTS_SOURCED" ] && {
source "${DOTFILES}/config/shared.sh"
msgr done "(!) shared.sh not sourced"
msgr warn "(!) shared.sh not sourced"
# Set variable that checks if the shared.sh script has been sourced only once
# shellcheck disable=SC2034