adds nice welcome log to show where you are logged in on
This commit is contained in:
@ -2,4 +2,19 @@
|
|||||||
|
|
||||||
source $HOME/dotfiles/bin/helpers/functions.sh
|
source $HOME/dotfiles/bin/helpers/functions.sh
|
||||||
|
|
||||||
|
welcome() {
|
||||||
|
echo
|
||||||
|
tput setaf 6
|
||||||
|
printf "You're logged in on ["
|
||||||
|
printf $HOSTNAME | lolcat
|
||||||
|
tput setaf 6
|
||||||
|
printf "] as "
|
||||||
|
printf "["
|
||||||
|
printf $USER | lolcat
|
||||||
|
tput setaf 6
|
||||||
|
printf "]\n"
|
||||||
|
tput sgr0
|
||||||
|
}
|
||||||
|
|
||||||
logo continue
|
logo continue
|
||||||
|
welcome
|
||||||
|
Reference in New Issue
Block a user