Show welcome message after starting a shell ...

... with some basic information, mainly
to show that the dotfiles are used
This commit is contained in:
Alexander Hess 2025-08-30 11:19:37 +02:00
commit 1aaf15e943
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 48 additions and 0 deletions

View file

@ -61,3 +61,7 @@ _prepend_to_path "$HOME/.local/bin"
# Ensure ~/.profile is loaded each time `bash` starts
unset PROFILE_LOADED
# When everything is loaded, show a little welcome message
[ -f "$HOME/.config/shell/welcome" ] && . "$HOME/.config/shell/welcome"