Show welcome message after starting a shell ...
... with some basic information, mainly to show that the dotfiles are used
This commit is contained in:
parent
fa98b22431
commit
1aaf15e943
2 changed files with 48 additions and 0 deletions
4
.profile
4
.profile
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue