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
dbd665e7f3
commit
033c1d4e27
2 changed files with 56 additions and 0 deletions
4
.profile
4
.profile
|
|
@ -60,3 +60,7 @@ fi
|
|||
|
||||
# Put local executables on the `$PATH`
|
||||
_prepend_to_path "$HOME/.local/bin"
|
||||
|
||||
|
||||
# When everything is loaded, show a little welcome message
|
||||
case $- in *i*) [ -f "$HOME/.config/shell/welcome" ] && . "$HOME/.config/shell/welcome";; esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue