Skip to content

Commit

Permalink
use lolcate on top
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelospro committed Aug 16, 2023
1 parent f1934fa commit e467eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot_config/zsh/scripts/utils/executable_clear
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
randomNum=$RANDOM
# if divisible by 2
if [ $((randomNum % 2)) -eq 0 ]; then
neofetch
neofetch | lolcat
else
width=$(tput cols)
figlet -w $width -f Bloody Evangelospro | lolcat
Expand Down

0 comments on commit e467eed

Please sign in to comment.