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
d7f709931b
commit
dcc493f998
2 changed files with 56 additions and 0 deletions
4
.profile
4
.profile
|
|
@ -60,3 +60,7 @@ fi
|
|||
|
||||
# `zsh`-specific configurations are automatically sourced from ~/.zshrc,
|
||||
# which then also ensures that this file is sourced
|
||||
|
||||
|
||||
# When everything is loaded, show a little welcome message
|
||||
case $- in *i*) [ -f "$HOME/.config/shell/welcome" ] && . "$HOME/.config/shell/welcome";; esac
|
||||
|
|
|
|||
Loading…
Reference in a new issue