Update dotfiles/.local/motd.sh
This commit is contained in:
parent
1e74547250
commit
8825f84e46
1 changed files with 0 additions and 2 deletions
|
@ -206,10 +206,8 @@ print_banner() {
|
|||
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
|
||||
printf "\\n"
|
||||
else
|
||||
figlet "Manhattan" | lolcat -a -f
|
||||
printf "\\n"
|
||||
mkdir -p "$HOME/.local/labs"
|
||||
touch "$HOME/.local/labs/term-welcome-anim"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue