Default to expand but allow others

This commit is contained in:
David Heinemeier Hansson
2025-07-25 15:26:38 -04:00
parent 65a5bbad82
commit 0c36142f8a

View File

@ -5,7 +5,7 @@ yay -S --noconfirm --needed gum python-terminaltexteffects
show_logo() { show_logo() {
clear clear
tte -i ~/.local/share/omarchy/logo.txt --frame-rate 120 expand tte -i ~/.local/share/omarchy/logo.txt --frame-rate 120 ${1:-expand}
echo -e "" echo -e ""
} }