Update dotfiles/.local/motd.sh
This commit is contained in:
parent
b2f3ef9163
commit
146e47827c
1 changed files with 1 additions and 0 deletions
|
@ -203,6 +203,7 @@ generate_bar_disk() {
|
|||
}
|
||||
|
||||
print_banner() {
|
||||
printf "Heyoo"
|
||||
if command -v lolcat >/dev/null && command -v figlet >/dev/null; then
|
||||
if [ -f "$HOME/.local/labs/term-welcome-anim" ]; then
|
||||
figlet "$(hostname)" | lolcat -f
|
||||
|
|
Loading…
Reference in a new issue