rename dotf term to dotf hello
All checks were successful
Nix Format Check / check-format (push) Successful in 38s

This commit is contained in:
2024-12-30 13:47:26 +01:00
parent ff4f509d26
commit f3e07bad16
4 changed files with 5 additions and 5 deletions

20
bin/actions/hello.sh Executable file
View File

@@ -0,0 +1,20 @@
#!/usr/bin/env bash
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
welcome