Clear your terminal in style ↦
A fun post where the author shows 4 ways you can randomly add some flare to your clear
command. I’m a sucker for The Matrix, myself, but the Twilight Zone one is tight, too. Here’s the idea:
alias clear='[ $[$RANDOM % 10] = 0 ] && timeout 3 cmatrix; clear || clear
(assuming you have cmatrix installed)
Discussion
Sign in or Join to comment or subscribe